Html Css Color HEX #4472E1 Royal Blue

📋 copy color: '#4472E1'

red 68 ◦ green 114 ◦ blue 225

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

Shades of Royal Blue #4472E1

Tints of Royal Blue #4472E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 55.28%

R = 16.71%
G = 28.01%
B = 55.28%

CMYK

 C value IS 0.70

 M value IS 0.49

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4472E1 (or 0x4472E1) is known color: Royal Blue. HEX triplet: 44, 72 and E1. RGB value is (68,114,225). Sum of RGB (Red+Green+Blue) = 68+114+225=407 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.71% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 225 (88.28% from 255 or 55.28% from 407); Max value from RGB is 225 - color contains mainly: blue. Hex color #4472E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4472E1 is #BB8D1E. Grayscale: #707070. Windows color (decimal): -12291359 or 14774852. OLE color: 14774852.

HSL color Cylindrical-coordinate representation of color #4472E1: hue angle of 222.42º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4472E1 is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 68 114 225 -
CMYK 0.70 0.49 0 0.12
HSL 222.42º 0.72% 0.57% -
HSV(B) 222.42º 0.7% 0.88% -
XYZ 21.99 18.7 73.68 -
YUV 112.9 191.26 95.97 -
System Red Green Blue C M Y K H S L
Decimal 68 114 225 0.70 0.49 0 0.12 222.42 0.72 0.57
Hex 44 72 E1 46 31 0 C DE 48 39
Octal 104 162 341 106 61 0 14 336 110 71
Binary 1000100 1110010 11100001 1000110 110001 0 1100 11011110 1001000 111001

Color Harmonies of #4472E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4472E1

Black with #4472E1

Text Example


Text Example

White with #4472E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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