Html Css Color HEX #4183AC Steel Blue

📋 copy color: '#4183AC'

red 65 ◦ green 131 ◦ blue 172

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

Shades of Steel Blue #4183AC

Tints of Steel Blue #4183AC

RGB

 RED value IS 65 (25.78% from 255) = 17.66%

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

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

R = 17.66%
G = 35.6%
B = 46.74%

CMYK

 C value IS 0.62

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4183AC (or 0x4183AC) is known color: Steel Blue. HEX triplet: 41, 83 and AC. RGB value is (65,131,172). Sum of RGB (Red+Green+Blue) = 65+131+172=368 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.66% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #4183AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4183AC is #BE7C53. Grayscale: #737373. Windows color (decimal): -12483668 or 11305793. OLE color: 11305793.

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

Color convert

RGB 65 131 172 -
CMYK 0.62 0.24 0 0.33
HSL 202.99º 0.45% 0.46% -
HSV(B) 202.99º 0.62% 0.67% -
XYZ 17.74 20.33 42.02 -
YUV 115.94 159.63 91.67 -
System Red Green Blue C M Y K H S L
Decimal 65 131 172 0.62 0.24 0 0.33 202.99 0.45 0.46
Hex 41 83 AC 3E 18 0 21 CB 2D 2E
Octal 101 203 254 76 30 0 41 313 55 56
Binary 1000001 10000011 10101100 111110 11000 0 100001 11001011 101101 101110

Color Harmonies of #4183AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4183AC

Black with #4183AC

Text Example


Text Example

White with #4183AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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