Html Css Color HEX #407AA6 Steel Blue

📋 copy color: '#407AA6'

red 64 ◦ green 122 ◦ blue 166

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

Shades of Steel Blue #407AA6

Tints of Steel Blue #407AA6

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.66%

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

R = 18.18%
G = 34.66%
B = 47.16%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#407AA6 (or 0x407AA6) is known color: Steel Blue. HEX triplet: 40, 7A and A6. RGB value is (64,122,166). Sum of RGB (Red+Green+Blue) = 64+122+166=352 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.18% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 166 (65.23% from 255 or 47.16% from 352); Max value from RGB is 166 - color contains mainly: blue. Hex color #407AA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407AA6 is #BF8559. Grayscale: #6D6D6D. Windows color (decimal): -12551514 or 10910272. OLE color: 10910272.

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

Color convert

RGB 64 122 166 -
CMYK 0.61 0.27 0 0.35
HSL 205.88º 0.44% 0.45% -
HSV(B) 205.88º 0.61% 0.65% -
XYZ 15.96 17.76 38.66 -
YUV 109.67 159.78 95.42 -
System Red Green Blue C M Y K H S L
Decimal 64 122 166 0.61 0.27 0 0.35 205.88 0.44 0.45
Hex 40 7A A6 3D 1B 0 23 CE 2C 2D
Octal 100 172 246 75 33 0 43 316 54 55
Binary 1000000 1111010 10100110 111101 11011 0 100011 11001110 101100 101101

Color Harmonies of #407AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407AA6

Black with #407AA6

Text Example


Text Example

White with #407AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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