Html Css Color HEX #407CA3 Steel Blue

📋 copy color: '#407CA3'

red 64 ◦ green 124 ◦ blue 163

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

Shades of Steel Blue #407CA3

Tints of Steel Blue #407CA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 46.44%

R = 18.23%
G = 35.33%
B = 46.44%

CMYK

 C value IS 0.61

 M value IS 0.24

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#407CA3 (or 0x407CA3) is known color: Steel Blue. HEX triplet: 40, 7C and A3. RGB value is (64,124,163). Sum of RGB (Red+Green+Blue) = 64+124+163=351 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.23% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 163 (64.06% from 255 or 46.44% from 351); Max value from RGB is 163 - color contains mainly: blue. Hex color #407CA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407CA3 is #BF835C. Grayscale: #6E6E6E. Windows color (decimal): -12551005 or 10714176. OLE color: 10714176.

HSL color Cylindrical-coordinate representation of color #407CA3: hue angle of 203.64º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #407CA3 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 64 124 163 -
CMYK 0.61 0.24 0 0.36
HSL 203.64º 0.44% 0.45% -
HSV(B) 203.64º 0.61% 0.64% -
XYZ 15.93 18.15 37.31 -
YUV 110.51 157.62 94.83 -
System Red Green Blue C M Y K H S L
Decimal 64 124 163 0.61 0.24 0 0.36 203.64 0.44 0.45
Hex 40 7C A3 3D 18 0 24 CC 2C 2D
Octal 100 174 243 75 30 0 44 314 54 55
Binary 1000000 1111100 10100011 111101 11000 0 100100 11001100 101100 101101

Color Harmonies of #407CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407CA3

Black with #407CA3

Text Example


Text Example

White with #407CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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