Html Css Color HEX #4181AB Steel Blue

📋 copy color: '#4181AB'

red 65 ◦ green 129 ◦ blue 171

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

Shades of Steel Blue #4181AB

Tints of Steel Blue #4181AB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.34%

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

R = 17.81%
G = 35.34%
B = 46.85%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4181AB (or 0x4181AB) is known color: Steel Blue. HEX triplet: 41, 81 and AB. RGB value is (65,129,171). Sum of RGB (Red+Green+Blue) = 65+129+171=365 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.81% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #4181AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4181AB is #BE7E54. Grayscale: #727272. Windows color (decimal): -12484181 or 11239745. OLE color: 11239745.

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

Color convert

RGB 65 129 171 -
CMYK 0.62 0.25 0 0.33
HSL 203.77º 0.45% 0.46% -
HSV(B) 203.77º 0.62% 0.67% -
XYZ 17.38 19.76 41.43 -
YUV 114.65 159.8 92.58 -
System Red Green Blue C M Y K H S L
Decimal 65 129 171 0.62 0.25 0 0.33 203.77 0.45 0.46
Hex 41 81 AB 3E 19 0 21 CC 2D 2E
Octal 101 201 253 76 31 0 41 314 55 56
Binary 1000001 10000001 10101011 111110 11001 0 100001 11001100 101101 101110

Color Harmonies of #4181AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4181AB

Black with #4181AB

Text Example


Text Example

White with #4181AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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