Html Css Color HEX #4372AC Steel Blue

📋 copy color: '#4372AC'

red 67 ◦ green 114 ◦ blue 172

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

Shades of Steel Blue #4372AC

Tints of Steel Blue #4372AC

RGB

 RED value IS 67 (26.56% from 255) = 18.98%

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

 BLUE value IS 172 (67.58% from 255) = 48.73%

R = 18.98%
G = 32.29%
B = 48.73%

CMYK

 C value IS 0.61

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4372AC (or 0x4372AC) is known color: Steel Blue. HEX triplet: 43, 72 and AC. RGB value is (67,114,172). Sum of RGB (Red+Green+Blue) = 67+114+172=353 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.98% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #4372AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4372AC is #BC8D53. Grayscale: #6A6A6A. Windows color (decimal): -12356948 or 11301443. OLE color: 11301443.

HSL color Cylindrical-coordinate representation of color #4372AC: hue angle of 213.14º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4372AC is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 67 114 172 -
CMYK 0.61 0.34 0 0.33
HSL 213.14º 0.44% 0.47% -
HSV(B) 213.14º 0.61% 0.67% -
XYZ 15.78 16.21 41.33 -
YUV 106.56 164.93 99.78 -
System Red Green Blue C M Y K H S L
Decimal 67 114 172 0.61 0.34 0 0.33 213.14 0.44 0.47
Hex 43 72 AC 3D 22 0 21 D5 2C 2F
Octal 103 162 254 75 42 0 41 325 54 57
Binary 1000011 1110010 10101100 111101 100010 0 100001 11010101 101100 101111

Color Harmonies of #4372AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4372AC

Black with #4372AC

Text Example


Text Example

White with #4372AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4372AC; }

 p { color: rgb(67,114,172); }

 H1.HeaderClassName
 {
   color: #4372AC;
 }
 .AnyTagClassName
 {
   color: #4372AC;
 }
</style>

background-color css

<style>
 a { background-color: #4372AC; }

 a { background-color: rgb(67,114,172); }

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

border-color css

<style>
 span { border-color: #4372AC; }

 span { border-color: rgb(67,114,172); }

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