Html Css Color HEX #4482BB Steel Blue

📋 copy color: '#4482BB'

red 68 ◦ green 130 ◦ blue 187

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

Shades of Steel Blue #4482BB

Tints of Steel Blue #4482BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.57%

R = 17.66%
G = 33.77%
B = 48.57%

CMYK

 C value IS 0.64

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4482BB (or 0x4482BB) is known color: Steel Blue. HEX triplet: 44, 82 and BB. RGB value is (68,130,187). Sum of RGB (Red+Green+Blue) = 68+130+187=385 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.66% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #4482BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4482BB is #BB7D44. Grayscale: #757575. Windows color (decimal): -12287301 or 12288580. OLE color: 12288580.

HSL color Cylindrical-coordinate representation of color #4482BB: hue angle of 208.74º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4482BB is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 130 187 -
CMYK 0.64 0.30 0 0.27
HSL 208.74º 0.47% 0.5% -
HSV(B) 208.74º 0.64% 0.73% -
XYZ 19.34 20.78 50.01 -
YUV 117.96 166.96 92.37 -
System Red Green Blue C M Y K H S L
Decimal 68 130 187 0.64 0.30 0 0.27 208.74 0.47 0.5
Hex 44 82 BB 40 1E 0 1B D1 2F 32
Octal 104 202 273 100 36 0 33 321 57 62
Binary 1000100 10000010 10111011 1000000 11110 0 11011 11010001 101111 110010

Color Harmonies of #4482BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4482BB

Black with #4482BB

Text Example


Text Example

White with #4482BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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