Html Css Color HEX #407CBA Steel Blue

📋 copy color: '#407CBA'

red 64 ◦ green 124 ◦ blue 186

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

Shades of Steel Blue #407CBA

Tints of Steel Blue #407CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.73%

R = 17.11%
G = 33.16%
B = 49.73%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#407CBA (or 0x407CBA) is known color: Steel Blue. HEX triplet: 40, 7C and BA. RGB value is (64,124,186). Sum of RGB (Red+Green+Blue) = 64+124+186=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #407CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407CBA is #BF8345. Grayscale: #707070. Windows color (decimal): -12550982 or 12221504. OLE color: 12221504.

HSL color Cylindrical-coordinate representation of color #407CBA: hue angle of 210.49º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #407CBA is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 124 186 -
CMYK 0.66 0.33 0 0.27
HSL 210.49º 0.49% 0.49% -
HSV(B) 210.49º 0.66% 0.73% -
XYZ 18.18 19.05 49.17 -
YUV 113.13 169.12 92.96 -
System Red Green Blue C M Y K H S L
Decimal 64 124 186 0.66 0.33 0 0.27 210.49 0.49 0.49
Hex 40 7C BA 42 21 0 1B D2 31 31
Octal 100 174 272 102 41 0 33 322 61 61
Binary 1000000 1111100 10111010 1000010 100001 0 11011 11010010 110001 110001

Color Harmonies of #407CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407CBA

Black with #407CBA

Text Example


Text Example

White with #407CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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