Html Css Color HEX #4079AD Steel Blue

📋 copy color: '#4079AD'

red 64 ◦ green 121 ◦ blue 173

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

Shades of Steel Blue #4079AD

Tints of Steel Blue #4079AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 48.32%

R = 17.88%
G = 33.8%
B = 48.32%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4079AD (or 0x4079AD) is known color: Steel Blue. HEX triplet: 40, 79 and AD. RGB value is (64,121,173). Sum of RGB (Red+Green+Blue) = 64+121+173=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #4079AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4079AD is #BF8652. Grayscale: #6D6D6D. Windows color (decimal): -12551763 or 11368768. OLE color: 11368768.

HSL color Cylindrical-coordinate representation of color #4079AD: hue angle of 208.62º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4079AD is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 121 173 -
CMYK 0.63 0.30 0 0.32
HSL 208.62º 0.46% 0.46% -
HSV(B) 208.62º 0.63% 0.68% -
XYZ 16.49 17.78 42.1 -
YUV 109.89 163.62 95.27 -
System Red Green Blue C M Y K H S L
Decimal 64 121 173 0.63 0.30 0 0.32 208.62 0.46 0.46
Hex 40 79 AD 3F 1E 0 20 D1 2E 2E
Octal 100 171 255 77 36 0 40 321 56 56
Binary 1000000 1111001 10101101 111111 11110 0 100000 11010001 101110 101110

Color Harmonies of #4079AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4079AD

Black with #4079AD

Text Example


Text Example

White with #4079AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4079AD; }

 p { color: rgb(64,121,173); }

 H1.HeaderClassName
 {
   color: #4079AD;
 }
 .AnyTagClassName
 {
   color: #4079AD;
 }
</style>

background-color css

<style>
 a { background-color: #4079AD; }

 a { background-color: rgb(64,121,173); }

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

border-color css

<style>
 span { border-color: #4079AD; }

 span { border-color: rgb(64,121,173); }

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