Html Css Color HEX #407CAC Steel Blue

📋 copy color: '#407CAC'

red 64 ◦ green 124 ◦ blue 172

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

Shades of Steel Blue #407CAC

Tints of Steel Blue #407CAC

RGB

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

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

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

R = 17.78%
G = 34.44%
B = 47.78%

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

#407CAC (or 0x407CAC) is known color: Steel Blue. HEX triplet: 40, 7C and AC. RGB value is (64,124,172). Sum of RGB (Red+Green+Blue) = 64+124+172=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #407CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407CAC is #BF8353. Grayscale: #6F6F6F. Windows color (decimal): -12550996 or 11304000. OLE color: 11304000.

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

Color convert

RGB 64 124 172 -
CMYK 0.63 0.28 0 0.33
HSL 206.67º 0.46% 0.46% -
HSV(B) 206.67º 0.63% 0.67% -
XYZ 16.77 18.48 41.71 -
YUV 111.53 162.12 94.1 -
System Red Green Blue C M Y K H S L
Decimal 64 124 172 0.63 0.28 0 0.33 206.67 0.46 0.46
Hex 40 7C AC 3F 1C 0 21 CF 2E 2E
Octal 100 174 254 77 34 0 41 317 56 56
Binary 1000000 1111100 10101100 111111 11100 0 100001 11001111 101110 101110

Color Harmonies of #407CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407CAC

Black with #407CAC

Text Example


Text Example

White with #407CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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