Html Css Color HEX #4482AB Steel Blue

📋 copy color: '#4482AB'

red 68 ◦ green 130 ◦ blue 171

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

Shades of Steel Blue #4482AB

Tints of Steel Blue #4482AB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.23%

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

R = 18.43%
G = 35.23%
B = 46.34%

CMYK

 C value IS 0.60

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4482AB (or 0x4482AB) is known color: Steel Blue. HEX triplet: 44, 82 and AB. RGB value is (68,130,171). Sum of RGB (Red+Green+Blue) = 68+130+171=369 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.43% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #4482AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4482AB is #BB7D54. Grayscale: #737373. Windows color (decimal): -12287317 or 11240004. OLE color: 11240004.

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

Color convert

RGB 68 130 171 -
CMYK 0.60 0.24 0 0.33
HSL 203.88º 0.43% 0.47% -
HSV(B) 203.88º 0.6% 0.67% -
XYZ 17.72 20.13 41.48 -
YUV 116.14 158.96 93.67 -
System Red Green Blue C M Y K H S L
Decimal 68 130 171 0.60 0.24 0 0.33 203.88 0.43 0.47
Hex 44 82 AB 3C 18 0 21 CC 2B 2F
Octal 104 202 253 74 30 0 41 314 53 57
Binary 1000100 10000010 10101011 111100 11000 0 100001 11001100 101011 101111

Color Harmonies of #4482AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4482AB

Black with #4482AB

Text Example


Text Example

White with #4482AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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