Html Css Color HEX #407CAB Steel Blue

📋 copy color: '#407CAB'

red 64 ◦ green 124 ◦ blue 171

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

Shades of Steel Blue #407CAB

Tints of Steel Blue #407CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.63%

R = 17.83%
G = 34.54%
B = 47.63%

CMYK

 C value IS 0.63

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#407CAB (or 0x407CAB) is known color: Steel Blue. HEX triplet: 40, 7C and AB. RGB value is (64,124,171). Sum of RGB (Red+Green+Blue) = 64+124+171=359 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.83% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #407CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407CAB is #BF8354. Grayscale: #6F6F6F. Windows color (decimal): -12550997 or 11238464. OLE color: 11238464.

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

Color convert

RGB 64 124 171 -
CMYK 0.63 0.27 0 0.33
HSL 206.36º 0.46% 0.46% -
HSV(B) 206.36º 0.63% 0.67% -
XYZ 16.67 18.45 41.21 -
YUV 111.42 161.62 94.18 -
System Red Green Blue C M Y K H S L
Decimal 64 124 171 0.63 0.27 0 0.33 206.36 0.46 0.46
Hex 40 7C AB 3F 1B 0 21 CE 2E 2E
Octal 100 174 253 77 33 0 41 316 56 56
Binary 1000000 1111100 10101011 111111 11011 0 100001 11001110 101110 101110

Color Harmonies of #407CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407CAB

Black with #407CAB

Text Example


Text Example

White with #407CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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