Html Css Color HEX #4A77B8 Steel Blue

📋 copy color: '#4A77B8'

red 74 ◦ green 119 ◦ blue 184

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

Shades of Steel Blue #4A77B8

Tints of Steel Blue #4A77B8

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.56%

 BLUE value IS 184 (72.27% from 255) = 48.81%

R = 19.63%
G = 31.56%
B = 48.81%

CMYK

 C value IS 0.60

 M value IS 0.35

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#4A77B8 (or 0x4A77B8) is known color: Steel Blue. HEX triplet: 4A, 77 and B8. RGB value is (74,119,184). Sum of RGB (Red+Green+Blue) = 74+119+184=377 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.63% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 184 (72.27% from 255 or 48.81% from 377); Max value from RGB is 184 - color contains mainly: blue. Hex color #4A77B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A77B8 is #B58847. Grayscale: #707070. Windows color (decimal): -11896904 or 12089162. OLE color: 12089162.

HSL color Cylindrical-coordinate representation of color #4A77B8: hue angle of 215.45º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A77B8 is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 74 119 184 -
CMYK 0.60 0.35 0 0.28
HSL 215.45º 0.44% 0.51% -
HSV(B) 215.45º 0.6% 0.72% -
XYZ 18.07 18.11 47.89 -
YUV 112.96 168.09 100.21 -
System Red Green Blue C M Y K H S L
Decimal 74 119 184 0.60 0.35 0 0.28 215.45 0.44 0.51
Hex 4A 77 B8 3C 23 0 1C D7 2C 33
Octal 112 167 270 74 43 0 34 327 54 63
Binary 1001010 1110111 10111000 111100 100011 0 11100 11010111 101100 110011

Color Harmonies of #4A77B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A77B8

Black with #4A77B8

Text Example


Text Example

White with #4A77B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,119,184); }

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

background-color css

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

 a { background-color: rgb(74,119,184); }

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

border-color css

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

 span { border-color: rgb(74,119,184); }

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