Html Css Color HEX #4A82BE Steel Blue

📋 copy color: '#4A82BE'

red 74 ◦ green 130 ◦ blue 190

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

Shades of Steel Blue #4A82BE

Tints of Steel Blue #4A82BE

RGB

 RED value IS 74 (29.3% from 255) = 18.78%

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

 BLUE value IS 190 (74.61% from 255) = 48.22%

R = 18.78%
G = 32.99%
B = 48.22%

CMYK

 C value IS 0.61

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4A82BE (or 0x4A82BE) is known color: Steel Blue. HEX triplet: 4A, 82 and BE. RGB value is (74,130,190). Sum of RGB (Red+Green+Blue) = 74+130+190=394 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.78% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #4A82BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A82BE is #B57D41. Grayscale: #777777. Windows color (decimal): -11894082 or 12485194. OLE color: 12485194.

HSL color Cylindrical-coordinate representation of color #4A82BE: hue angle of 211.03º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A82BE is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 130 190 -
CMYK 0.61 0.32 0 0.25
HSL 211.03º 0.47% 0.52% -
HSV(B) 211.03º 0.61% 0.75% -
XYZ 20.1 21.14 51.74 -
YUV 120.1 167.45 95.12 -
System Red Green Blue C M Y K H S L
Decimal 74 130 190 0.61 0.32 0 0.25 211.03 0.47 0.52
Hex 4A 82 BE 3D 20 0 19 D3 2F 34
Octal 112 202 276 75 40 0 31 323 57 64
Binary 1001010 10000010 10111110 111101 100000 0 11001 11010011 101111 110100

Color Harmonies of #4A82BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A82BE

Black with #4A82BE

Text Example


Text Example

White with #4A82BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A82BE; }

 p { color: rgb(74,130,190); }

 H1.HeaderClassName
 {
   color: #4A82BE;
 }
 .AnyTagClassName
 {
   color: #4A82BE;
 }
</style>

background-color css

<style>
 a { background-color: #4A82BE; }

 a { background-color: rgb(74,130,190); }

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

border-color css

<style>
 span { border-color: #4A82BE; }

 span { border-color: rgb(74,130,190); }

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