Html Css Color HEX #4074AE Steel Blue

📋 copy color: '#4074AE'

red 64 ◦ green 116 ◦ blue 174

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

Shades of Steel Blue #4074AE

Tints of Steel Blue #4074AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.15%

R = 18.08%
G = 32.77%
B = 49.15%

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

#4074AE (or 0x4074AE) is known color: Steel Blue. HEX triplet: 40, 74 and AE. RGB value is (64,116,174). Sum of RGB (Red+Green+Blue) = 64+116+174=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #4074AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4074AE is #BF8B51. Grayscale: #6A6A6A. Windows color (decimal): -12553042 or 11433024. OLE color: 11433024.

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

Color convert

RGB 64 116 174 -
CMYK 0.63 0.33 0 0.32
HSL 211.64º 0.46% 0.47% -
HSV(B) 211.64º 0.63% 0.68% -
XYZ 16 16.64 42.41 -
YUV 107.06 165.77 97.28 -
System Red Green Blue C M Y K H S L
Decimal 64 116 174 0.63 0.33 0 0.32 211.64 0.46 0.47
Hex 40 74 AE 3F 21 0 20 D4 2E 2F
Octal 100 164 256 77 41 0 40 324 56 57
Binary 1000000 1110100 10101110 111111 100001 0 100000 11010100 101110 101111

Color Harmonies of #4074AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4074AE

Black with #4074AE

Text Example


Text Example

White with #4074AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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