Html Css Color HEX #4183AB Steel Blue

📋 copy color: '#4183AB'

red 65 ◦ green 131 ◦ blue 171

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

Shades of Steel Blue #4183AB

Tints of Steel Blue #4183AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.59%

R = 17.71%
G = 35.69%
B = 46.59%

CMYK

 C value IS 0.62

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4183AB (or 0x4183AB) is known color: Steel Blue. HEX triplet: 41, 83 and AB. RGB value is (65,131,171). Sum of RGB (Red+Green+Blue) = 65+131+171=367 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.71% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #4183AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4183AB is #BE7C54. Grayscale: #737373. Windows color (decimal): -12483669 or 11240257. OLE color: 11240257.

HSL color Cylindrical-coordinate representation of color #4183AB: hue angle of 202.64º 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 #4183AB is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 131 171 -
CMYK 0.62 0.23 0 0.33
HSL 202.64º 0.45% 0.46% -
HSV(B) 202.64º 0.62% 0.67% -
XYZ 17.65 20.3 41.52 -
YUV 115.83 159.13 91.75 -
System Red Green Blue C M Y K H S L
Decimal 65 131 171 0.62 0.23 0 0.33 202.64 0.45 0.46
Hex 41 83 AB 3E 17 0 21 CB 2D 2E
Octal 101 203 253 76 27 0 41 313 55 56
Binary 1000001 10000011 10101011 111110 10111 0 100001 11001011 101101 101110

Color Harmonies of #4183AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4183AB

Black with #4183AB

Text Example


Text Example

White with #4183AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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