Html Css Color HEX #407DAC Steel Blue

📋 copy color: '#407DAC'

red 64 ◦ green 125 ◦ blue 172

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

Shades of Steel Blue #407DAC

Tints of Steel Blue #407DAC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.63%

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

R = 17.73%
G = 34.63%
B = 47.65%

CMYK

 C value IS 0.63

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#407DAC (or 0x407DAC) is known color: Steel Blue. HEX triplet: 40, 7D and AC. RGB value is (64,125,172). Sum of RGB (Red+Green+Blue) = 64+125+172=361 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.73% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #407DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407DAC is #BF8253. Grayscale: #6F6F6F. Windows color (decimal): -12550740 or 11304256. OLE color: 11304256.

HSL color Cylindrical-coordinate representation of color #407DAC: hue angle of 206.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 #407DAC is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 125 172 -
CMYK 0.63 0.27 0 0.33
HSL 206.11º 0.46% 0.46% -
HSV(B) 206.11º 0.63% 0.67% -
XYZ 16.89 18.74 41.76 -
YUV 112.12 161.79 93.68 -
System Red Green Blue C M Y K H S L
Decimal 64 125 172 0.63 0.27 0 0.33 206.11 0.46 0.46
Hex 40 7D AC 3F 1B 0 21 CE 2E 2E
Octal 100 175 254 77 33 0 41 316 56 56
Binary 1000000 1111101 10101100 111111 11011 0 100001 11001110 101110 101110

Color Harmonies of #407DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407DAC

Black with #407DAC

Text Example


Text Example

White with #407DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407DAC; }

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

 H1.HeaderClassName
 {
   color: #407DAC;
 }
 .AnyTagClassName
 {
   color: #407DAC;
 }
</style>

background-color css

<style>
 a { background-color: #407DAC; }

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

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

border-color css

<style>
 span { border-color: #407DAC; }

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

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