Html Css Color HEX #4074AC Steel Blue

📋 copy color: '#4074AC'

red 64 ◦ green 116 ◦ blue 172

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

Shades of Steel Blue #4074AC

Tints of Steel Blue #4074AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.86%

R = 18.18%
G = 32.95%
B = 48.86%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4074AC (or 0x4074AC) is known color: Steel Blue. HEX triplet: 40, 74 and AC. RGB value is (64,116,172). Sum of RGB (Red+Green+Blue) = 64+116+172=352 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.18% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #4074AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4074AC is #BF8B53. Grayscale: #6A6A6A. Windows color (decimal): -12553044 or 11301952. OLE color: 11301952.

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

Color convert

RGB 64 116 172 -
CMYK 0.63 0.33 0 0.33
HSL 211.11º 0.46% 0.46% -
HSV(B) 211.11º 0.63% 0.67% -
XYZ 15.81 16.56 41.39 -
YUV 106.84 164.77 97.45 -
System Red Green Blue C M Y K H S L
Decimal 64 116 172 0.63 0.33 0 0.33 211.11 0.46 0.46
Hex 40 74 AC 3F 21 0 21 D3 2E 2E
Octal 100 164 254 77 41 0 41 323 56 56
Binary 1000000 1110100 10101100 111111 100001 0 100001 11010011 101110 101110

Color Harmonies of #4074AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4074AC

Black with #4074AC

Text Example


Text Example

White with #4074AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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