Html Css Color HEX #407CBD Steel Blue

📋 copy color: '#407CBD'

red 64 ◦ green 124 ◦ blue 189

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

Shades of Steel Blue #407CBD

Tints of Steel Blue #407CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.13%

R = 16.98%
G = 32.89%
B = 50.13%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#407CBD (or 0x407CBD) is known color: Steel Blue. HEX triplet: 40, 7C and BD. RGB value is (64,124,189). Sum of RGB (Red+Green+Blue) = 64+124+189=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #407CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407CBD is #BF8342. Grayscale: #717171. Windows color (decimal): -12550979 or 12418112. OLE color: 12418112.

HSL color Cylindrical-coordinate representation of color #407CBD: hue angle of 211.2º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #407CBD is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 124 189 -
CMYK 0.66 0.34 0 0.26
HSL 211.2º 0.49% 0.5% -
HSV(B) 211.2º 0.66% 0.74% -
XYZ 18.51 19.18 50.87 -
YUV 113.47 170.62 92.71 -
System Red Green Blue C M Y K H S L
Decimal 64 124 189 0.66 0.34 0 0.26 211.2 0.49 0.5
Hex 40 7C BD 42 22 0 1A D3 31 32
Octal 100 174 275 102 42 0 32 323 61 62
Binary 1000000 1111100 10111101 1000010 100010 0 11010 11010011 110001 110010

Color Harmonies of #407CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407CBD

Black with #407CBD

Text Example


Text Example

White with #407CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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