Html Css Color HEX #4076AD Steel Blue

📋 copy color: '#4076AD'

red 64 ◦ green 118 ◦ blue 173

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

Shades of Steel Blue #4076AD

Tints of Steel Blue #4076AD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.24%

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

R = 18.03%
G = 33.24%
B = 48.73%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4076AD (or 0x4076AD) is known color: Steel Blue. HEX triplet: 40, 76 and AD. RGB value is (64,118,173). Sum of RGB (Red+Green+Blue) = 64+118+173=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #4076AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4076AD is #BF8952. Grayscale: #6B6B6B. Windows color (decimal): -12552531 or 11368000. OLE color: 11368000.

HSL color Cylindrical-coordinate representation of color #4076AD: hue angle of 210.28º 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 #4076AD is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 118 173 -
CMYK 0.63 0.32 0 0.32
HSL 210.28º 0.46% 0.46% -
HSV(B) 210.28º 0.63% 0.68% -
XYZ 16.14 17.06 41.98 -
YUV 108.12 164.61 96.53 -
System Red Green Blue C M Y K H S L
Decimal 64 118 173 0.63 0.32 0 0.32 210.28 0.46 0.46
Hex 40 76 AD 3F 20 0 20 D2 2E 2E
Octal 100 166 255 77 40 0 40 322 56 56
Binary 1000000 1110110 10101101 111111 100000 0 100000 11010010 101110 101110

Color Harmonies of #4076AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4076AD

Black with #4076AD

Text Example


Text Example

White with #4076AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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