Html Css Color HEX #407CA6 Steel Blue

📋 copy color: '#407CA6'

red 64 ◦ green 124 ◦ blue 166

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

Shades of Steel Blue #407CA6

Tints of Steel Blue #407CA6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.03%

 BLUE value IS 166 (65.23% from 255) = 46.89%

R = 18.08%
G = 35.03%
B = 46.89%

CMYK

 C value IS 0.61

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#407CA6 (or 0x407CA6) is known color: Steel Blue. HEX triplet: 40, 7C and A6. RGB value is (64,124,166). Sum of RGB (Red+Green+Blue) = 64+124+166=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 166 (65.23% from 255 or 46.89% from 354); Max value from RGB is 166 - color contains mainly: blue. Hex color #407CA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407CA6 is #BF8359. Grayscale: #6E6E6E. Windows color (decimal): -12551002 or 10910784. OLE color: 10910784.

HSL color Cylindrical-coordinate representation of color #407CA6: hue angle of 204.71º 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 #407CA6 is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 64 124 166 -
CMYK 0.61 0.25 0 0.35
HSL 204.71º 0.44% 0.45% -
HSV(B) 204.71º 0.61% 0.65% -
XYZ 16.2 18.26 38.75 -
YUV 110.85 159.12 94.58 -
System Red Green Blue C M Y K H S L
Decimal 64 124 166 0.61 0.25 0 0.35 204.71 0.44 0.45
Hex 40 7C A6 3D 19 0 23 CD 2C 2D
Octal 100 174 246 75 31 0 43 315 54 55
Binary 1000000 1111100 10100110 111101 11001 0 100011 11001101 101100 101101

Color Harmonies of #407CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407CA6

Black with #407CA6

Text Example


Text Example

White with #407CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,124,166); }

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

background-color css

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

 a { background-color: rgb(64,124,166); }

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

border-color css

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

 span { border-color: rgb(64,124,166); }

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