Html Css Color HEX #4472BB Steel Blue

📋 copy color: '#4472BB'

red 68 ◦ green 114 ◦ blue 187

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

Shades of Steel Blue #4472BB

Tints of Steel Blue #4472BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.68%

R = 18.43%
G = 30.89%
B = 50.68%

CMYK

 C value IS 0.64

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4472BB (or 0x4472BB) is known color: Steel Blue. HEX triplet: 44, 72 and BB. RGB value is (68,114,187). Sum of RGB (Red+Green+Blue) = 68+114+187=369 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.43% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #4472BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4472BB is #BB8D44. Grayscale: #6C6C6C. Windows color (decimal): -12291397 or 12284484. OLE color: 12284484.

HSL color Cylindrical-coordinate representation of color #4472BB: hue angle of 216.81º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4472BB is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 114 187 -
CMYK 0.64 0.39 0 0.27
HSL 216.81º 0.47% 0.5% -
HSV(B) 216.81º 0.64% 0.73% -
XYZ 17.37 16.85 49.35 -
YUV 108.57 172.26 99.06 -
System Red Green Blue C M Y K H S L
Decimal 68 114 187 0.64 0.39 0 0.27 216.81 0.47 0.5
Hex 44 72 BB 40 27 0 1B D9 2F 32
Octal 104 162 273 100 47 0 33 331 57 62
Binary 1000100 1110010 10111011 1000000 100111 0 11011 11011001 101111 110010

Color Harmonies of #4472BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4472BB

Black with #4472BB

Text Example


Text Example

White with #4472BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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