Html Css Color HEX #407CBE Steel Blue

📋 copy color: '#407CBE'

red 64 ◦ green 124 ◦ blue 190

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

Shades of Steel Blue #407CBE

Tints of Steel Blue #407CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.26%

R = 16.93%
G = 32.8%
B = 50.26%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#407CBE (or 0x407CBE) is known color: Steel Blue. HEX triplet: 40, 7C and BE. RGB value is (64,124,190). Sum of RGB (Red+Green+Blue) = 64+124+190=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #407CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407CBE is #BF8341. Grayscale: #717171. Windows color (decimal): -12550978 or 12483648. OLE color: 12483648.

HSL color Cylindrical-coordinate representation of color #407CBE: hue angle of 211.43º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #407CBE is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 124 190 -
CMYK 0.66 0.35 0 0.25
HSL 211.43º 0.5% 0.5% -
HSV(B) 211.43º 0.66% 0.75% -
XYZ 18.62 19.22 51.44 -
YUV 113.58 171.12 92.63 -
System Red Green Blue C M Y K H S L
Decimal 64 124 190 0.66 0.35 0 0.25 211.43 0.5 0.5
Hex 40 7C BE 42 23 0 19 D3 32 32
Octal 100 174 276 102 43 0 31 323 62 62
Binary 1000000 1111100 10111110 1000010 100011 0 11001 11010011 110010 110010

Color Harmonies of #407CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407CBE

Black with #407CBE

Text Example


Text Example

White with #407CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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