Html Css Color HEX #4F70CB Royal Blue

📋 copy color: '#4F70CB'

red 79 ◦ green 112 ◦ blue 203

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

Shades of Royal Blue #4F70CB

Tints of Royal Blue #4F70CB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.43%

 BLUE value IS 203 (79.69% from 255) = 51.52%

R = 20.05%
G = 28.43%
B = 51.52%

CMYK

 C value IS 0.61

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4F70CB (or 0x4F70CB) is known color: Royal Blue. HEX triplet: 4F, 70 and CB. RGB value is (79,112,203). Sum of RGB (Red+Green+Blue) = 79+112+203=394 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20.05% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F70CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F70CB is #B08F34. Grayscale: #707070. Windows color (decimal): -11570997 or 13332559. OLE color: 13332559.

HSL color Cylindrical-coordinate representation of color #4F70CB: hue angle of 224.03º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F70CB is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 79 112 203 -
CMYK 0.61 0.45 0 0.20
HSL 224.03º 0.54% 0.55% -
HSV(B) 224.03º 0.61% 0.8% -
XYZ 19.8 17.56 58.85 -
YUV 112.51 179.07 104.1 -
System Red Green Blue C M Y K H S L
Decimal 79 112 203 0.61 0.45 0 0.20 224.03 0.54 0.55
Hex 4F 70 CB 3D 2D 0 14 E0 36 37
Octal 117 160 313 75 55 0 24 340 66 67
Binary 1001111 1110000 11001011 111101 101101 0 10100 11100000 110110 110111

Color Harmonies of #4F70CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F70CB

Black with #4F70CB

Text Example


Text Example

White with #4F70CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,112,203); }

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

background-color css

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

 a { background-color: rgb(79,112,203); }

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

border-color css

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

 span { border-color: rgb(79,112,203); }

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