Html Css Color HEX #4F6FE0 Royal Blue

📋 copy color: '#4F6FE0'

red 79 ◦ green 111 ◦ blue 224

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

Shades of Royal Blue #4F6FE0

Tints of Royal Blue #4F6FE0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.81%

 BLUE value IS 224 (87.89% from 255) = 54.11%

R = 19.08%
G = 26.81%
B = 54.11%

CMYK

 C value IS 0.65

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4F6FE0 (or 0x4F6FE0) is known color: Royal Blue. HEX triplet: 4F, 6F and E0. RGB value is (79,111,224). Sum of RGB (Red+Green+Blue) = 79+111+224=414 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.08% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 224 (87.89% from 255 or 54.11% from 414); Max value from RGB is 224 - color contains mainly: blue. Hex color #4F6FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F6FE0 is #B0901F. Grayscale: #717171. Windows color (decimal): -11571232 or 14708559. OLE color: 14708559.

HSL color Cylindrical-coordinate representation of color #4F6FE0: hue angle of 226.76º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F6FE0 is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 79 111 224 -
CMYK 0.65 0.50 0 0.12
HSL 226.76º 0.7% 0.59% -
HSV(B) 226.76º 0.65% 0.88% -
XYZ 22.36 18.41 72.9 -
YUV 114.31 189.9 102.81 -
System Red Green Blue C M Y K H S L
Decimal 79 111 224 0.65 0.50 0 0.12 226.76 0.7 0.59
Hex 4F 6F E0 41 32 0 C E3 46 3B
Octal 117 157 340 101 62 0 14 343 106 73
Binary 1001111 1101111 11100000 1000001 110010 0 1100 11100011 1000110 111011

Color Harmonies of #4F6FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6FE0

Black with #4F6FE0

Text Example


Text Example

White with #4F6FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,111,224); }

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

background-color css

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

 a { background-color: rgb(79,111,224); }

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

border-color css

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

 span { border-color: rgb(79,111,224); }

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