Html Css Color HEX #4A79A4 Steel Blue

📋 copy color: '#4A79A4'

red 74 ◦ green 121 ◦ blue 164

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

Shades of Steel Blue #4A79A4

Tints of Steel Blue #4A79A4

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.7%

 BLUE value IS 164 (64.45% from 255) = 45.68%

R = 20.61%
G = 33.7%
B = 45.68%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4A79A4 (or 0x4A79A4) is known color: Steel Blue. HEX triplet: 4A, 79 and A4. RGB value is (74,121,164). Sum of RGB (Red+Green+Blue) = 74+121+164=359 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.61% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 164 (64.45% from 255 or 45.68% from 359); Max value from RGB is 164 - color contains mainly: blue. Hex color #4A79A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A79A4 is #B5865B. Grayscale: #6F6F6F. Windows color (decimal): -11896412 or 10778954. OLE color: 10778954.

HSL color Cylindrical-coordinate representation of color #4A79A4: hue angle of 208.67º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4A79A4 is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 74 121 164 -
CMYK 0.55 0.26 0 0.36
HSL 208.67º 0.38% 0.47% -
HSV(B) 208.67º 0.55% 0.64% -
XYZ 16.36 17.81 37.7 -
YUV 111.85 157.43 101 -
System Red Green Blue C M Y K H S L
Decimal 74 121 164 0.55 0.26 0 0.36 208.67 0.38 0.47
Hex 4A 79 A4 37 1A 0 24 D1 26 2F
Octal 112 171 244 67 32 0 44 321 46 57
Binary 1001010 1111001 10100100 110111 11010 0 100100 11010001 100110 101111

Color Harmonies of #4A79A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A79A4

Black with #4A79A4

Text Example


Text Example

White with #4A79A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,121,164); }

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

background-color css

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

 a { background-color: rgb(74,121,164); }

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

border-color css

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

 span { border-color: rgb(74,121,164); }

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