Html Css Color HEX #4482BC Steel Blue

📋 copy color: '#4482BC'

red 68 ◦ green 130 ◦ blue 188

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

Shades of Steel Blue #4482BC

Tints of Steel Blue #4482BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.7%

R = 17.62%
G = 33.68%
B = 48.7%

CMYK

 C value IS 0.64

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4482BC (or 0x4482BC) is known color: Steel Blue. HEX triplet: 44, 82 and BC. RGB value is (68,130,188). Sum of RGB (Red+Green+Blue) = 68+130+188=386 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.62% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #4482BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4482BC is #BB7D43. Grayscale: #757575. Windows color (decimal): -12287300 or 12354116. OLE color: 12354116.

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

Color convert

RGB 68 130 188 -
CMYK 0.64 0.31 0 0.26
HSL 209º 0.47% 0.5% -
HSV(B) 209º 0.64% 0.74% -
XYZ 19.44 20.83 50.57 -
YUV 118.07 167.46 92.28 -
System Red Green Blue C M Y K H S L
Decimal 68 130 188 0.64 0.31 0 0.26 209 0.47 0.5
Hex 44 82 BC 40 1F 0 1A D1 2F 32
Octal 104 202 274 100 37 0 32 321 57 62
Binary 1000100 10000010 10111100 1000000 11111 0 11010 11010001 101111 110010

Color Harmonies of #4482BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4482BC

Black with #4482BC

Text Example


Text Example

White with #4482BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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