Html Css Color HEX #4670CB Royal Blue

📋 copy color: '#4670CB'

red 70 ◦ green 112 ◦ blue 203

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

Shades of Royal Blue #4670CB

Tints of Royal Blue #4670CB

RGB

 RED value IS 70 (27.73% from 255) = 18.18%

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

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

R = 18.18%
G = 29.09%
B = 52.73%

CMYK

 C value IS 0.66

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4670CB (or 0x4670CB) is known color: Royal Blue. HEX triplet: 46, 70 and CB. RGB value is (70,112,203). Sum of RGB (Red+Green+Blue) = 70+112+203=385 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.18% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #4670CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4670CB is #B98F34. Grayscale: #6D6D6D. Windows color (decimal): -12160821 or 13332550. OLE color: 13332550.

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

Color convert

RGB 70 112 203 -
CMYK 0.66 0.45 0 0.20
HSL 221.05º 0.56% 0.54% -
HSV(B) 221.05º 0.66% 0.8% -
XYZ 19.1 17.2 58.81 -
YUV 109.82 180.59 99.6 -
System Red Green Blue C M Y K H S L
Decimal 70 112 203 0.66 0.45 0 0.20 221.05 0.56 0.54
Hex 46 70 CB 42 2D 0 14 DD 38 36
Octal 106 160 313 102 55 0 24 335 70 66
Binary 1000110 1110000 11001011 1000010 101101 0 10100 11011101 111000 110110

Color Harmonies of #4670CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4670CB

Black with #4670CB

Text Example


Text Example

White with #4670CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4670CB; }

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

 H1.HeaderClassName
 {
   color: #4670CB;
 }
 .AnyTagClassName
 {
   color: #4670CB;
 }
</style>

background-color css

<style>
 a { background-color: #4670CB; }

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

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

border-color css

<style>
 span { border-color: #4670CB; }

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

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