#4674FE

Color #4674FE Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #4674FE

Tints of Royal Blue #4674FE

Color information

#4674FE (or 0x4674FE) is unknown color: approx Royal Blue. HEX triplet: 46, 74 and FE. RGB value is (70,116,254). Sum of RGB (Red+Green+Blue) = 70+116+254=440 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.91% from 440); Green value is 116 (45.70% from 255 or 26.36% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #4674FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4674FE is #B98B01. Grayscale: #757575. Windows color (decimal): -12159746 or 16675910. OLE color: 16675910.

HSL color Cylindrical-coordinate representation of color #4674FE: hue angle of 225º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4674FE is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB70116254-
CMYK0.720.5400.00
HSL225º98.92%63.53%-
HSV(B)225º72.44%99.61%-
XYZ26.6620.9596.4-
YUV117.98204.7693.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 15.91%
GREEN value IS 116 (45.70% from 255) = 26.36%
BLUE value IS 254 (99.61% from 255) = 57.73%
R=15.91%
G=26.36%
B=57.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal701162540.720.5400.0022598.9263.53
Hex4674FE483600e16340
Octal1061643761106600341143100
Binary10001101110100111111101001000110110001110000111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4674FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4674FE; }

 p { color: rgb(70,116,254); }

 H1.HeaderClassName
 {
   color: #4674FE;
 }
 .AnyTagClassName
 {
   color: #4674FE;
 }
</style>
background-color css

<style>
 a { background-color: #4674FE; }

 a { background-color: rgb(70,116,254); }

 div.DivClassName
 {
   background-color: #4674FE;
 }
 .BgClassName
 {
   background-color: #4674FE;
 }
</style>
border-color css

<style>
 span { border-color: #4674FE; }

 span { border-color: rgb(70,116,254); }

 td.TdClassName
 {
   border-color: #4674FE;
 }
 .TagClassName
 {
   border-color: #4674FE;
 }
</style>