Html Css Color HEX #4070BE Steel Blue

📋 copy color: '#4070BE'

red 64 ◦ green 112 ◦ blue 190

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

Shades of Steel Blue #4070BE

Tints of Steel Blue #4070BE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.6%

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

R = 17.49%
G = 30.6%
B = 51.91%

CMYK

 C value IS 0.66

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4070BE (or 0x4070BE) is known color: Steel Blue. HEX triplet: 40, 70 and BE. RGB value is (64,112,190). Sum of RGB (Red+Green+Blue) = 64+112+190=366 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.49% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #4070BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4070BE is #BF8F41. Grayscale: #6A6A6A. Windows color (decimal): -12554050 or 12480576. OLE color: 12480576.

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

Color convert

RGB 64 112 190 -
CMYK 0.66 0.41 0 0.25
HSL 217.14º 0.5% 0.5% -
HSV(B) 217.14º 0.66% 0.75% -
XYZ 17.2 16.4 50.97 -
YUV 106.54 175.1 97.66 -
System Red Green Blue C M Y K H S L
Decimal 64 112 190 0.66 0.41 0 0.25 217.14 0.5 0.5
Hex 40 70 BE 42 29 0 19 D9 32 32
Octal 100 160 276 102 51 0 31 331 62 62
Binary 1000000 1110000 10111110 1000010 101001 0 11001 11011001 110010 110010

Color Harmonies of #4070BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4070BE

Black with #4070BE

Text Example


Text Example

White with #4070BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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