Html Css Color HEX #4073BF Steel Blue

📋 copy color: '#4073BF'

red 64 ◦ green 115 ◦ blue 191

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

Shades of Steel Blue #4073BF

Tints of Steel Blue #4073BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.62%

R = 17.3%
G = 31.08%
B = 51.62%

CMYK

 C value IS 0.66

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4073BF (or 0x4073BF) is known color: Steel Blue. HEX triplet: 40, 73 and BF. RGB value is (64,115,191). Sum of RGB (Red+Green+Blue) = 64+115+191=370 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.30% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #4073BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4073BF is #BF8C40. Grayscale: #6C6C6C. Windows color (decimal): -12553281 or 12546880. OLE color: 12546880.

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

Color convert

RGB 64 115 191 -
CMYK 0.66 0.40 0 0.25
HSL 215.91º 0.5% 0.5% -
HSV(B) 215.91º 0.66% 0.75% -
XYZ 17.65 17.11 51.66 -
YUV 108.42 174.6 96.32 -
System Red Green Blue C M Y K H S L
Decimal 64 115 191 0.66 0.40 0 0.25 215.91 0.5 0.5
Hex 40 73 BF 42 28 0 19 D8 32 32
Octal 100 163 277 102 50 0 31 330 62 62
Binary 1000000 1110011 10111111 1000010 101000 0 11001 11011000 110010 110010

Color Harmonies of #4073BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4073BF

Black with #4073BF

Text Example


Text Example

White with #4073BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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