Html Css Color HEX #4070BF Steel Blue

📋 copy color: '#4070BF'

red 64 ◦ green 112 ◦ blue 191

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

Shades of Steel Blue #4070BF

Tints of Steel Blue #4070BF

RGB

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

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

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

R = 17.44%
G = 30.52%
B = 52.04%

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

#4070BF (or 0x4070BF) is known color: Steel Blue. HEX triplet: 40, 70 and BF. RGB value is (64,112,191). Sum of RGB (Red+Green+Blue) = 64+112+191=367 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.44% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #4070BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4070BF is #BF8F40. Grayscale: #6A6A6A. Windows color (decimal): -12554049 or 12546112. OLE color: 12546112.

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

Color convert

RGB 64 112 191 -
CMYK 0.66 0.41 0 0.25
HSL 217.32º 0.5% 0.5% -
HSV(B) 217.32º 0.66% 0.75% -
XYZ 17.31 16.44 51.55 -
YUV 106.65 175.6 97.58 -
System Red Green Blue C M Y K H S L
Decimal 64 112 191 0.66 0.41 0 0.25 217.32 0.5 0.5
Hex 40 70 BF 42 29 0 19 D9 32 32
Octal 100 160 277 102 51 0 31 331 62 62
Binary 1000000 1110000 10111111 1000010 101001 0 11001 11011001 110010 110010

Color Harmonies of #4070BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4070BF

Black with #4070BF

Text Example


Text Example

White with #4070BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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