Html Css Color HEX #4070BC Steel Blue

📋 copy color: '#4070BC'

red 64 ◦ green 112 ◦ blue 188

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

Shades of Steel Blue #4070BC

Tints of Steel Blue #4070BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.65%

R = 17.58%
G = 30.77%
B = 51.65%

CMYK

 C value IS 0.66

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4070BC (or 0x4070BC) is known color: Steel Blue. HEX triplet: 40, 70 and BC. RGB value is (64,112,188). Sum of RGB (Red+Green+Blue) = 64+112+188=364 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.58% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #4070BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4070BC is #BF8F43. Grayscale: #696969. Windows color (decimal): -12554052 or 12349504. OLE color: 12349504.

HSL color Cylindrical-coordinate representation of color #4070BC: hue angle of 216.77º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4070BC is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 112 188 -
CMYK 0.66 0.40 0 0.26
HSL 216.77º 0.49% 0.49% -
HSV(B) 216.77º 0.66% 0.74% -
XYZ 16.99 16.31 49.83 -
YUV 106.31 174.1 97.82 -
System Red Green Blue C M Y K H S L
Decimal 64 112 188 0.66 0.40 0 0.26 216.77 0.49 0.49
Hex 40 70 BC 42 28 0 1A D9 31 31
Octal 100 160 274 102 50 0 32 331 61 61
Binary 1000000 1110000 10111100 1000010 101000 0 11010 11011001 110001 110001

Color Harmonies of #4070BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4070BC

Black with #4070BC

Text Example


Text Example

White with #4070BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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