Html Css Color HEX #4071BE Steel Blue

📋 copy color: '#4071BE'

red 64 ◦ green 113 ◦ blue 190

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

Shades of Steel Blue #4071BE

Tints of Steel Blue #4071BE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.79%

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

R = 17.44%
G = 30.79%
B = 51.77%

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

#4071BE (or 0x4071BE) is known color: Steel Blue. HEX triplet: 40, 71 and BE. RGB value is (64,113,190). Sum of RGB (Red+Green+Blue) = 64+113+190=367 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.44% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #4071BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4071BE is #BF8E41. Grayscale: #6A6A6A. Windows color (decimal): -12553794 or 12480832. OLE color: 12480832.

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

Color convert

RGB 64 113 190 -
CMYK 0.66 0.41 0 0.25
HSL 216.67º 0.5% 0.5% -
HSV(B) 216.67º 0.66% 0.75% -
XYZ 17.31 16.62 51.01 -
YUV 107.13 174.77 97.24 -
System Red Green Blue C M Y K H S L
Decimal 64 113 190 0.66 0.41 0 0.25 216.67 0.5 0.5
Hex 40 71 BE 42 29 0 19 D9 32 32
Octal 100 161 276 102 51 0 31 331 62 62
Binary 1000000 1110001 10111110 1000010 101001 0 11001 11011001 110010 110010

Color Harmonies of #4071BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4071BE

Black with #4071BE

Text Example


Text Example

White with #4071BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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