Html Css Color HEX #4F6AD2 Royal Blue

📋 copy color: '#4F6AD2'

red 79 ◦ green 106 ◦ blue 210

#4F6AD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #4F6AD2

Tints of Royal Blue #4F6AD2

RGB

 RED value IS 79 (31.25% from 255) = 20%

 GREEN value IS 106 (41.8% from 255) = 26.84%

 BLUE value IS 210 (82.42% from 255) = 53.16%

R = 20%
G = 26.84%
B = 53.16%

CMYK

 C value IS 0.62

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4F6AD2 (or 0x4F6AD2) is known color: Royal Blue. HEX triplet: 4F, 6A and D2. RGB value is (79,106,210). Sum of RGB (Red+Green+Blue) = 79+106+210=395 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 210 (82.42% from 255 or 53.16% from 395); Max value from RGB is 210 - color contains mainly: blue. Hex color #4F6AD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F6AD2 is #B0952D. Grayscale: #6D6D6D. Windows color (decimal): -11572526 or 13789775. OLE color: 13789775.

HSL color Cylindrical-coordinate representation of color #4F6AD2: hue angle of 227.63º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F6AD2 is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 79 106 210 -
CMYK 0.62 0.50 0 0.18
HSL 227.63º 0.59% 0.57% -
HSV(B) 227.63º 0.62% 0.82% -
XYZ 20.01 16.62 63.13 -
YUV 109.78 184.55 106.04 -
System Red Green Blue C M Y K H S L
Decimal 79 106 210 0.62 0.50 0 0.18 227.63 0.59 0.57
Hex 4F 6A D2 3E 32 0 12 E4 3B 39
Octal 117 152 322 76 62 0 22 344 73 71
Binary 1001111 1101010 11010010 111110 110010 0 10010 11100100 111011 111001

Color Harmonies of #4F6AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6AD2

Black with #4F6AD2

Text Example


Text Example

White with #4F6AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F6AD2; }

 p { color: rgb(79,106,210); }

 H1.HeaderClassName
 {
   color: #4F6AD2;
 }
 .AnyTagClassName
 {
   color: #4F6AD2;
 }
</style>

background-color css

<style>
 a { background-color: #4F6AD2; }

 a { background-color: rgb(79,106,210); }

 div.DivClassName
 {
   background-color: #4F6AD2;
 }
 .BgClassName
 {
   background-color: #4F6AD2;
 }
</style>

border-color css

<style>
 span { border-color: #4F6AD2; }

 span { border-color: rgb(79,106,210); }

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