Html Css Color HEX #4472BE Steel Blue

📋 copy color: '#4472BE'

red 68 ◦ green 114 ◦ blue 190

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

Shades of Steel Blue #4472BE

Tints of Steel Blue #4472BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.08%

R = 18.28%
G = 30.65%
B = 51.08%

CMYK

 C value IS 0.64

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4472BE (or 0x4472BE) is known color: Steel Blue. HEX triplet: 44, 72 and BE. RGB value is (68,114,190). Sum of RGB (Red+Green+Blue) = 68+114+190=372 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.28% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #4472BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4472BE is #BB8D41. Grayscale: #6C6C6C. Windows color (decimal): -12291394 or 12481092. OLE color: 12481092.

HSL color Cylindrical-coordinate representation of color #4472BE: hue angle of 217.38º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4472BE is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 114 190 -
CMYK 0.64 0.40 0 0.25
HSL 217.38º 0.48% 0.51% -
HSV(B) 217.38º 0.64% 0.75% -
XYZ 17.7 16.98 51.06 -
YUV 108.91 173.76 98.82 -
System Red Green Blue C M Y K H S L
Decimal 68 114 190 0.64 0.40 0 0.25 217.38 0.48 0.51
Hex 44 72 BE 40 28 0 19 D9 30 33
Octal 104 162 276 100 50 0 31 331 60 63
Binary 1000100 1110010 10111110 1000000 101000 0 11001 11011001 110000 110011

Color Harmonies of #4472BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4472BE

Black with #4472BE

Text Example


Text Example

White with #4472BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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