Html Css Color HEX #4481AB Steel Blue

📋 copy color: '#4481AB'

red 68 ◦ green 129 ◦ blue 171

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

Shades of Steel Blue #4481AB

Tints of Steel Blue #4481AB

RGB

 RED value IS 68 (26.95% from 255) = 18.48%

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

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

R = 18.48%
G = 35.05%
B = 46.47%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4481AB (or 0x4481AB) is known color: Steel Blue. HEX triplet: 44, 81 and AB. RGB value is (68,129,171). Sum of RGB (Red+Green+Blue) = 68+129+171=368 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.48% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #4481AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4481AB is #BB7E54. Grayscale: #737373. Windows color (decimal): -12287573 or 11239748. OLE color: 11239748.

HSL color Cylindrical-coordinate representation of color #4481AB: hue angle of 204.47º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4481AB is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 129 171 -
CMYK 0.60 0.25 0 0.33
HSL 204.47º 0.43% 0.47% -
HSV(B) 204.47º 0.6% 0.67% -
XYZ 17.58 19.87 41.44 -
YUV 115.55 159.29 94.08 -
System Red Green Blue C M Y K H S L
Decimal 68 129 171 0.60 0.25 0 0.33 204.47 0.43 0.47
Hex 44 81 AB 3C 19 0 21 CC 2B 2F
Octal 104 201 253 74 31 0 41 314 53 57
Binary 1000100 10000001 10101011 111100 11001 0 100001 11001100 101011 101111

Color Harmonies of #4481AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4481AB

Black with #4481AB

Text Example


Text Example

White with #4481AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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