Html Css Color HEX #407FB7 Steel Blue

📋 copy color: '#407FB7'

red 64 ◦ green 127 ◦ blue 183

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

Shades of Steel Blue #407FB7

Tints of Steel Blue #407FB7

RGB

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

 GREEN value IS 127 (50% from 255) = 33.96%

 BLUE value IS 183 (71.88% from 255) = 48.93%

R = 17.11%
G = 33.96%
B = 48.93%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#407FB7 (or 0x407FB7) is known color: Steel Blue. HEX triplet: 40, 7F and B7. RGB value is (64,127,183). Sum of RGB (Red+Green+Blue) = 64+127+183=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 183 (71.88% from 255 or 48.93% from 374); Max value from RGB is 183 - color contains mainly: blue. Hex color #407FB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407FB7 is #BF8048. Grayscale: #727272. Windows color (decimal): -12550217 or 12025664. OLE color: 12025664.

HSL color Cylindrical-coordinate representation of color #407FB7: hue angle of 208.24º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #407FB7 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 64 127 183 -
CMYK 0.65 0.31 0 0.28
HSL 208.24º 0.48% 0.48% -
HSV(B) 208.24º 0.65% 0.72% -
XYZ 18.25 19.69 47.64 -
YUV 114.55 166.63 91.95 -
System Red Green Blue C M Y K H S L
Decimal 64 127 183 0.65 0.31 0 0.28 208.24 0.48 0.48
Hex 40 7F B7 41 1F 0 1C D0 30 30
Octal 100 177 267 101 37 0 34 320 60 60
Binary 1000000 1111111 10110111 1000001 11111 0 11100 11010000 110000 110000

Color Harmonies of #407FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407FB7

Black with #407FB7

Text Example


Text Example

White with #407FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,127,183); }

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

background-color css

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

 a { background-color: rgb(64,127,183); }

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

border-color css

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

 span { border-color: rgb(64,127,183); }

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