Html Css Color HEX #4073B6 Steel Blue

📋 copy color: '#4073B6'

red 64 ◦ green 115 ◦ blue 182

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

Shades of Steel Blue #4073B6

Tints of Steel Blue #4073B6

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.86%

 BLUE value IS 182 (71.48% from 255) = 50.42%

R = 17.73%
G = 31.86%
B = 50.42%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4073B6 (or 0x4073B6) is known color: Steel Blue. HEX triplet: 40, 73 and B6. RGB value is (64,115,182). Sum of RGB (Red+Green+Blue) = 64+115+182=361 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.73% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 182 (71.48% from 255 or 50.42% from 361); Max value from RGB is 182 - color contains mainly: blue. Hex color #4073B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4073B6 is #BF8C49. Grayscale: #6B6B6B. Windows color (decimal): -12553290 or 11957056. OLE color: 11957056.

HSL color Cylindrical-coordinate representation of color #4073B6: hue angle of 214.07º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4073B6 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 64 115 182 -
CMYK 0.65 0.37 0 0.29
HSL 214.07º 0.48% 0.48% -
HSV(B) 214.07º 0.65% 0.71% -
XYZ 16.69 16.73 46.61 -
YUV 107.39 170.1 97.05 -
System Red Green Blue C M Y K H S L
Decimal 64 115 182 0.65 0.37 0 0.29 214.07 0.48 0.48
Hex 40 73 B6 41 25 0 1D D6 30 30
Octal 100 163 266 101 45 0 35 326 60 60
Binary 1000000 1110011 10110110 1000001 100101 0 11101 11010110 110000 110000

Color Harmonies of #4073B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4073B6

Black with #4073B6

Text Example


Text Example

White with #4073B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4073B6; }

 p { color: rgb(64,115,182); }

 H1.HeaderClassName
 {
   color: #4073B6;
 }
 .AnyTagClassName
 {
   color: #4073B6;
 }
</style>

background-color css

<style>
 a { background-color: #4073B6; }

 a { background-color: rgb(64,115,182); }

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

border-color css

<style>
 span { border-color: #4073B6; }

 span { border-color: rgb(64,115,182); }

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