Html Css Color HEX #4472CA Royal Blue

📋 copy color: '#4472CA'

red 68 ◦ green 114 ◦ blue 202

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

Shades of Royal Blue #4472CA

Tints of Royal Blue #4472CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.6%

R = 17.71%
G = 29.69%
B = 52.6%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4472CA (or 0x4472CA) is known color: Royal Blue. HEX triplet: 44, 72 and CA. RGB value is (68,114,202). Sum of RGB (Red+Green+Blue) = 68+114+202=384 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.71% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #4472CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4472CA is #BB8D35. Grayscale: #6D6D6D. Windows color (decimal): -12291382 or 13267524. OLE color: 13267524.

HSL color Cylindrical-coordinate representation of color #4472CA: hue angle of 219.4º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4472CA is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 68 114 202 -
CMYK 0.66 0.44 0 0.21
HSL 219.4º 0.56% 0.53% -
HSV(B) 219.4º 0.66% 0.79% -
XYZ 19.06 17.53 58.26 -
YUV 110.28 179.76 97.84 -
System Red Green Blue C M Y K H S L
Decimal 68 114 202 0.66 0.44 0 0.21 219.4 0.56 0.53
Hex 44 72 CA 42 2C 0 15 DB 38 35
Octal 104 162 312 102 54 0 25 333 70 65
Binary 1000100 1110010 11001010 1000010 101100 0 10101 11011011 111000 110101

Color Harmonies of #4472CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4472CA

Black with #4472CA

Text Example


Text Example

White with #4472CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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