Html Css Color HEX #407DA5 Steel Blue

📋 copy color: '#407DA5'

red 64 ◦ green 125 ◦ blue 165

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

Shades of Steel Blue #407DA5

Tints of Steel Blue #407DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 46.61%

R = 18.08%
G = 35.31%
B = 46.61%

CMYK

 C value IS 0.61

 M value IS 0.24

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#407DA5 (or 0x407DA5) is known color: Steel Blue. HEX triplet: 40, 7D and A5. RGB value is (64,125,165). Sum of RGB (Red+Green+Blue) = 64+125+165=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 165 (64.84% from 255 or 46.61% from 354); Max value from RGB is 165 - color contains mainly: blue. Hex color #407DA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407DA5 is #BF825A. Grayscale: #6F6F6F. Windows color (decimal): -12550747 or 10845504. OLE color: 10845504.

HSL color Cylindrical-coordinate representation of color #407DA5: hue angle of 203.76º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #407DA5 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 64 125 165 -
CMYK 0.61 0.24 0 0.35
HSL 203.76º 0.44% 0.45% -
HSV(B) 203.76º 0.61% 0.65% -
XYZ 16.24 18.47 38.31 -
YUV 111.32 158.29 94.25 -
System Red Green Blue C M Y K H S L
Decimal 64 125 165 0.61 0.24 0 0.35 203.76 0.44 0.45
Hex 40 7D A5 3D 18 0 23 CC 2C 2D
Octal 100 175 245 75 30 0 43 314 54 55
Binary 1000000 1111101 10100101 111101 11000 0 100011 11001100 101100 101101

Color Harmonies of #407DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407DA5

Black with #407DA5

Text Example


Text Example

White with #407DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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