Html Css Color HEX #4074AD Steel Blue

📋 copy color: '#4074AD'

red 64 ◦ green 116 ◦ blue 173

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

Shades of Steel Blue #4074AD

Tints of Steel Blue #4074AD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.86%

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

R = 18.13%
G = 32.86%
B = 49.01%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4074AD (or 0x4074AD) is known color: Steel Blue. HEX triplet: 40, 74 and AD. RGB value is (64,116,173). Sum of RGB (Red+Green+Blue) = 64+116+173=353 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.13% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #4074AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4074AD is #BF8B52. Grayscale: #6A6A6A. Windows color (decimal): -12553043 or 11367488. OLE color: 11367488.

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

Color convert

RGB 64 116 173 -
CMYK 0.63 0.33 0 0.32
HSL 211.38º 0.46% 0.46% -
HSV(B) 211.38º 0.63% 0.68% -
XYZ 15.9 16.6 41.9 -
YUV 106.95 165.27 97.37 -
System Red Green Blue C M Y K H S L
Decimal 64 116 173 0.63 0.33 0 0.32 211.38 0.46 0.46
Hex 40 74 AD 3F 21 0 20 D3 2E 2E
Octal 100 164 255 77 41 0 40 323 56 56
Binary 1000000 1110100 10101101 111111 100001 0 100000 11010011 101110 101110

Color Harmonies of #4074AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4074AD

Black with #4074AD

Text Example


Text Example

White with #4074AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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