Html Css Color HEX #4A80BE Steel Blue

📋 copy color: '#4A80BE'

red 74 ◦ green 128 ◦ blue 190

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

Shades of Steel Blue #4A80BE

Tints of Steel Blue #4A80BE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.65%

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

R = 18.88%
G = 32.65%
B = 48.47%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4A80BE (or 0x4A80BE) is known color: Steel Blue. HEX triplet: 4A, 80 and BE. RGB value is (74,128,190). Sum of RGB (Red+Green+Blue) = 74+128+190=392 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.88% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #4A80BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A80BE is #B57F41. Grayscale: #767676. Windows color (decimal): -11894594 or 12484682. OLE color: 12484682.

HSL color Cylindrical-coordinate representation of color #4A80BE: hue angle of 212.07º 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 #4A80BE is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 128 190 -
CMYK 0.61 0.33 0 0.25
HSL 212.07º 0.47% 0.52% -
HSV(B) 212.07º 0.61% 0.75% -
XYZ 19.84 20.61 51.65 -
YUV 118.92 168.11 95.96 -
System Red Green Blue C M Y K H S L
Decimal 74 128 190 0.61 0.33 0 0.25 212.07 0.47 0.52
Hex 4A 80 BE 3D 21 0 19 D4 2F 34
Octal 112 200 276 75 41 0 31 324 57 64
Binary 1001010 10000000 10111110 111101 100001 0 11001 11010100 101111 110100

Color Harmonies of #4A80BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A80BE

Black with #4A80BE

Text Example


Text Example

White with #4A80BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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