Html Css Color HEX #4382AC Steel Blue

📋 copy color: '#4382AC'

red 67 ◦ green 130 ◦ blue 172

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

Shades of Steel Blue #4382AC

Tints of Steel Blue #4382AC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.23%

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

R = 18.16%
G = 35.23%
B = 46.61%

CMYK

 C value IS 0.61

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4382AC (or 0x4382AC) is known color: Steel Blue. HEX triplet: 43, 82 and AC. RGB value is (67,130,172). Sum of RGB (Red+Green+Blue) = 67+130+172=369 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.16% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #4382AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4382AC is #BC7D53. Grayscale: #737373. Windows color (decimal): -12352852 or 11305539. OLE color: 11305539.

HSL color Cylindrical-coordinate representation of color #4382AC: hue angle of 204º 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 #4382AC is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 67 130 172 -
CMYK 0.61 0.24 0 0.33
HSL 204º 0.44% 0.47% -
HSV(B) 204º 0.61% 0.67% -
XYZ 17.74 20.14 41.98 -
YUV 115.95 159.63 93.08 -
System Red Green Blue C M Y K H S L
Decimal 67 130 172 0.61 0.24 0 0.33 204 0.44 0.47
Hex 43 82 AC 3D 18 0 21 CC 2C 2F
Octal 103 202 254 75 30 0 41 314 54 57
Binary 1000011 10000010 10101100 111101 11000 0 100001 11001100 101100 101111

Color Harmonies of #4382AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4382AC

Black with #4382AC

Text Example


Text Example

White with #4382AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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