Html Css Color HEX #4082B2 Steel Blue

📋 copy color: '#4082B2'

red 64 ◦ green 130 ◦ blue 178

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

Shades of Steel Blue #4082B2

Tints of Steel Blue #4082B2

RGB

 RED value IS 64 (25.39% from 255) = 17.2%

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

 BLUE value IS 178 (69.92% from 255) = 47.85%

R = 17.2%
G = 34.95%
B = 47.85%

CMYK

 C value IS 0.64

 M value IS 0.27

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#4082B2 (or 0x4082B2) is known color: Steel Blue. HEX triplet: 40, 82 and B2. RGB value is (64,130,178). Sum of RGB (Red+Green+Blue) = 64+130+178=372 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.20% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 178 (69.92% from 255 or 47.85% from 372); Max value from RGB is 178 - color contains mainly: blue. Hex color #4082B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4082B2 is #BF7D4D. Grayscale: #737373. Windows color (decimal): -12549454 or 11698752. OLE color: 11698752.

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

Color convert

RGB 64 130 178 -
CMYK 0.64 0.27 0 0.30
HSL 205.26º 0.47% 0.47% -
HSV(B) 205.26º 0.64% 0.7% -
XYZ 18.13 20.27 45.08 -
YUV 115.74 163.13 91.1 -
System Red Green Blue C M Y K H S L
Decimal 64 130 178 0.64 0.27 0 0.30 205.26 0.47 0.47
Hex 40 82 B2 40 1B 0 1E CD 2F 2F
Octal 100 202 262 100 33 0 36 315 57 57
Binary 1000000 10000010 10110010 1000000 11011 0 11110 11001101 101111 101111

Color Harmonies of #4082B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4082B2

Black with #4082B2

Text Example


Text Example

White with #4082B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4082B2; }

 p { color: rgb(64,130,178); }

 H1.HeaderClassName
 {
   color: #4082B2;
 }
 .AnyTagClassName
 {
   color: #4082B2;
 }
</style>

background-color css

<style>
 a { background-color: #4082B2; }

 a { background-color: rgb(64,130,178); }

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

border-color css

<style>
 span { border-color: #4082B2; }

 span { border-color: rgb(64,130,178); }

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