Html Css Color HEX #4073BE Steel Blue

📋 copy color: '#4073BE'

red 64 ◦ green 115 ◦ blue 190

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

Shades of Steel Blue #4073BE

Tints of Steel Blue #4073BE

RGB

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

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

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

R = 17.34%
G = 31.17%
B = 51.49%

CMYK

 C value IS 0.66

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4073BE (or 0x4073BE) is known color: Steel Blue. HEX triplet: 40, 73 and BE. RGB value is (64,115,190). Sum of RGB (Red+Green+Blue) = 64+115+190=369 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.34% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #4073BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4073BE is #BF8C41. Grayscale: #6B6B6B. Windows color (decimal): -12553282 or 12481344. OLE color: 12481344.

HSL color Cylindrical-coordinate representation of color #4073BE: hue angle of 215.71º 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 #4073BE is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 115 190 -
CMYK 0.66 0.39 0 0.25
HSL 215.71º 0.5% 0.5% -
HSV(B) 215.71º 0.66% 0.75% -
XYZ 17.54 17.07 51.09 -
YUV 108.3 174.1 96.4 -
System Red Green Blue C M Y K H S L
Decimal 64 115 190 0.66 0.39 0 0.25 215.71 0.5 0.5
Hex 40 73 BE 42 27 0 19 D8 32 32
Octal 100 163 276 102 47 0 31 330 62 62
Binary 1000000 1110011 10111110 1000010 100111 0 11001 11011000 110010 110010

Color Harmonies of #4073BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4073BE

Black with #4073BE

Text Example


Text Example

White with #4073BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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