Html Css Color HEX #407FB2 Steel Blue

📋 copy color: '#407FB2'

red 64 ◦ green 127 ◦ blue 178

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

Shades of Steel Blue #407FB2

Tints of Steel Blue #407FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 48.24%

R = 17.34%
G = 34.42%
B = 48.24%

CMYK

 C value IS 0.64

 M value IS 0.29

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#407FB2 (or 0x407FB2) is known color: Steel Blue. HEX triplet: 40, 7F and B2. RGB value is (64,127,178). Sum of RGB (Red+Green+Blue) = 64+127+178=369 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.34% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 178 (69.92% from 255 or 48.24% from 369); Max value from RGB is 178 - color contains mainly: blue. Hex color #407FB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407FB2 is #BF804D. Grayscale: #717171. Windows color (decimal): -12550222 or 11697984. OLE color: 11697984.

HSL color Cylindrical-coordinate representation of color #407FB2: hue angle of 206.84º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #407FB2 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 64 127 178 -
CMYK 0.64 0.29 0 0.30
HSL 206.84º 0.47% 0.47% -
HSV(B) 206.84º 0.64% 0.7% -
XYZ 17.74 19.48 44.95 -
YUV 113.98 164.13 92.35 -
System Red Green Blue C M Y K H S L
Decimal 64 127 178 0.64 0.29 0 0.30 206.84 0.47 0.47
Hex 40 7F B2 40 1D 0 1E CF 2F 2F
Octal 100 177 262 100 35 0 36 317 57 57
Binary 1000000 1111111 10110010 1000000 11101 0 11110 11001111 101111 101111

Color Harmonies of #407FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407FB2

Black with #407FB2

Text Example


Text Example

White with #407FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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