Html Css Color HEX #4472CC Royal Blue

📋 copy color: '#4472CC'

red 68 ◦ green 114 ◦ blue 204

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

Shades of Royal Blue #4472CC

Tints of Royal Blue #4472CC

RGB

 RED value IS 68 (26.95% from 255) = 17.62%

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

 BLUE value IS 204 (80.08% from 255) = 52.85%

R = 17.62%
G = 29.53%
B = 52.85%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4472CC (or 0x4472CC) is known color: Royal Blue. HEX triplet: 44, 72 and CC. RGB value is (68,114,204). Sum of RGB (Red+Green+Blue) = 68+114+204=386 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.62% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #4472CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4472CC is #BB8D33. Grayscale: #6E6E6E. Windows color (decimal): -12291380 or 13398596. OLE color: 13398596.

HSL color Cylindrical-coordinate representation of color #4472CC: hue angle of 219.71º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4472CC is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 68 114 204 -
CMYK 0.67 0.44 0 0.2
HSL 219.71º 0.57% 0.53% -
HSV(B) 219.71º 0.67% 0.8% -
XYZ 19.3 17.62 59.51 -
YUV 110.51 180.76 97.68 -
System Red Green Blue C M Y K H S L
Decimal 68 114 204 0.67 0.44 0 0.2 219.71 0.57 0.53
Hex 44 72 CC 43 2C 0 14 DC 39 35
Octal 104 162 314 103 54 0 24 334 71 65
Binary 1000100 1110010 11001100 1000011 101100 0 10100 11011100 111001 110101

Color Harmonies of #4472CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4472CC

Black with #4472CC

Text Example


Text Example

White with #4472CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4472CC; }

 p { color: rgb(68,114,204); }

 H1.HeaderClassName
 {
   color: #4472CC;
 }
 .AnyTagClassName
 {
   color: #4472CC;
 }
</style>

background-color css

<style>
 a { background-color: #4472CC; }

 a { background-color: rgb(68,114,204); }

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

border-color css

<style>
 span { border-color: #4472CC; }

 span { border-color: rgb(68,114,204); }

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