Html Css Color HEX #4672CB Royal Blue

📋 copy color: '#4672CB'

red 70 ◦ green 114 ◦ blue 203

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

Shades of Royal Blue #4672CB

Tints of Royal Blue #4672CB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.46%

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

R = 18.09%
G = 29.46%
B = 52.45%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4672CB (or 0x4672CB) is known color: Royal Blue. HEX triplet: 46, 72 and CB. RGB value is (70,114,203). Sum of RGB (Red+Green+Blue) = 70+114+203=387 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.09% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #4672CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4672CB is #B98D34. Grayscale: #6E6E6E. Windows color (decimal): -12160309 or 13333062. OLE color: 13333062.

HSL color Cylindrical-coordinate representation of color #4672CB: hue angle of 220.15º 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 #4672CB is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 114 203 -
CMYK 0.66 0.44 0 0.20
HSL 220.15º 0.56% 0.54% -
HSV(B) 220.15º 0.66% 0.8% -
XYZ 19.32 17.65 58.89 -
YUV 110.99 179.92 98.76 -
System Red Green Blue C M Y K H S L
Decimal 70 114 203 0.66 0.44 0 0.20 220.15 0.56 0.54
Hex 46 72 CB 42 2C 0 14 DC 38 36
Octal 106 162 313 102 54 0 24 334 70 66
Binary 1000110 1110010 11001011 1000010 101100 0 10100 11011100 111000 110110

Color Harmonies of #4672CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4672CB

Black with #4672CB

Text Example


Text Example

White with #4672CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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