Html Css Color HEX #407BAC Steel Blue

📋 copy color: '#407BAC'

red 64 ◦ green 123 ◦ blue 172

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

Shades of Steel Blue #407BAC

Tints of Steel Blue #407BAC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.26%

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

R = 17.83%
G = 34.26%
B = 47.91%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#407BAC (or 0x407BAC) is known color: Steel Blue. HEX triplet: 40, 7B and AC. RGB value is (64,123,172). Sum of RGB (Red+Green+Blue) = 64+123+172=359 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.83% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 172 - color contains mainly: blue. Hex color #407BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407BAC is #BF8453. Grayscale: #6E6E6E. Windows color (decimal): -12551252 or 11303744. OLE color: 11303744.

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

Color convert

RGB 64 123 172 -
CMYK 0.63 0.28 0 0.33
HSL 207.22º 0.46% 0.46% -
HSV(B) 207.22º 0.63% 0.67% -
XYZ 16.64 18.23 41.67 -
YUV 110.95 162.45 94.52 -
System Red Green Blue C M Y K H S L
Decimal 64 123 172 0.63 0.28 0 0.33 207.22 0.46 0.46
Hex 40 7B AC 3F 1C 0 21 CF 2E 2E
Octal 100 173 254 77 34 0 41 317 56 56
Binary 1000000 1111011 10101100 111111 11100 0 100001 11001111 101110 101110

Color Harmonies of #407BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407BAC

Black with #407BAC

Text Example


Text Example

White with #407BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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