Html Css Color HEX #407EB3 Steel Blue

📋 copy color: '#407EB3'

red 64 ◦ green 126 ◦ blue 179

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

Shades of Steel Blue #407EB3

Tints of Steel Blue #407EB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 48.51%

R = 17.34%
G = 34.15%
B = 48.51%

CMYK

 C value IS 0.64

 M value IS 0.30

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#407EB3 (or 0x407EB3) is known color: Steel Blue. HEX triplet: 40, 7E and B3. RGB value is (64,126,179). Sum of RGB (Red+Green+Blue) = 64+126+179=369 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.34% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 179 (70.31% from 255 or 48.51% from 369); Max value from RGB is 179 - color contains mainly: blue. Hex color #407EB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407EB3 is #BF814C. Grayscale: #717171. Windows color (decimal): -12550477 or 11763264. OLE color: 11763264.

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

Color convert

RGB 64 126 179 -
CMYK 0.64 0.30 0 0.30
HSL 207.65º 0.47% 0.48% -
HSV(B) 207.65º 0.64% 0.7% -
XYZ 17.71 19.27 45.43 -
YUV 113.5 164.96 92.69 -
System Red Green Blue C M Y K H S L
Decimal 64 126 179 0.64 0.30 0 0.30 207.65 0.47 0.48
Hex 40 7E B3 40 1E 0 1E D0 2F 30
Octal 100 176 263 100 36 0 36 320 57 60
Binary 1000000 1111110 10110011 1000000 11110 0 11110 11010000 101111 110000

Color Harmonies of #407EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407EB3

Black with #407EB3

Text Example


Text Example

White with #407EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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