Html Css Color HEX #407EB2 Steel Blue

📋 copy color: '#407EB2'

red 64 ◦ green 126 ◦ blue 178

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

Shades of Steel Blue #407EB2

Tints of Steel Blue #407EB2

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.24%

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

R = 17.39%
G = 34.24%
B = 48.37%

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

#407EB2 (or 0x407EB2) is known color: Steel Blue. HEX triplet: 40, 7E and B2. RGB value is (64,126,178). Sum of RGB (Red+Green+Blue) = 64+126+178=368 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.39% from 368); Green value is 126 (49.61% from 255 or 34.24% from 368); Blue value is 178 (69.92% from 255 or 48.37% from 368); Max value from RGB is 178 - color contains mainly: blue. Hex color #407EB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407EB2 is #BF814D. Grayscale: #717171. Windows color (decimal): -12550478 or 11697728. OLE color: 11697728.

HSL color Cylindrical-coordinate representation of color #407EB2: hue angle of 207.37º 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 #407EB2 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 64 126 178 -
CMYK 0.64 0.29 0 0.30
HSL 207.37º 0.47% 0.47% -
HSV(B) 207.37º 0.64% 0.7% -
XYZ 17.61 19.23 44.9 -
YUV 113.39 164.46 92.77 -
System Red Green Blue C M Y K H S L
Decimal 64 126 178 0.64 0.29 0 0.30 207.37 0.47 0.47
Hex 40 7E B2 40 1D 0 1E CF 2F 2F
Octal 100 176 262 100 35 0 36 317 57 57
Binary 1000000 1111110 10110010 1000000 11101 0 11110 11001111 101111 101111

Color Harmonies of #407EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407EB2

Black with #407EB2

Text Example


Text Example

White with #407EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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