Html Css Color HEX #4083AC Steel Blue

📋 copy color: '#4083AC'

red 64 ◦ green 131 ◦ blue 172

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

Shades of Steel Blue #4083AC

Tints of Steel Blue #4083AC

RGB

 RED value IS 64 (25.39% from 255) = 17.44%

 GREEN value IS 131 (51.56% from 255) = 35.69%

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

R = 17.44%
G = 35.69%
B = 46.87%

CMYK

 C value IS 0.63

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4083AC (or 0x4083AC) is known color: Steel Blue. HEX triplet: 40, 83 and AC. RGB value is (64,131,172). Sum of RGB (Red+Green+Blue) = 64+131+172=367 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.44% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #4083AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4083AC is #BF7C53. Grayscale: #737373. Windows color (decimal): -12549204 or 11305792. OLE color: 11305792.

HSL color Cylindrical-coordinate representation of color #4083AC: hue angle of 202.78º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4083AC is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 131 172 -
CMYK 0.63 0.24 0 0.33
HSL 202.78º 0.46% 0.46% -
HSV(B) 202.78º 0.63% 0.67% -
XYZ 17.68 20.3 42.02 -
YUV 115.64 159.8 91.17 -
System Red Green Blue C M Y K H S L
Decimal 64 131 172 0.63 0.24 0 0.33 202.78 0.46 0.46
Hex 40 83 AC 3F 18 0 21 CB 2E 2E
Octal 100 203 254 77 30 0 41 313 56 56
Binary 1000000 10000011 10101100 111111 11000 0 100001 11001011 101110 101110

Color Harmonies of #4083AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4083AC

Black with #4083AC

Text Example


Text Example

White with #4083AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,131,172); }

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

background-color css

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

 a { background-color: rgb(64,131,172); }

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

border-color css

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

 span { border-color: rgb(64,131,172); }

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