Html Css Color HEX #4670BE Steel Blue

📋 copy color: '#4670BE'

red 70 ◦ green 112 ◦ blue 190

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

Shades of Steel Blue #4670BE

Tints of Steel Blue #4670BE

RGB

 RED value IS 70 (27.73% from 255) = 18.82%

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

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

R = 18.82%
G = 30.11%
B = 51.08%

CMYK

 C value IS 0.63

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4670BE (or 0x4670BE) is known color: Steel Blue. HEX triplet: 46, 70 and BE. RGB value is (70,112,190). Sum of RGB (Red+Green+Blue) = 70+112+190=372 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.82% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #4670BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4670BE is #B98F41. Grayscale: #6B6B6B. Windows color (decimal): -12160834 or 12480582. OLE color: 12480582.

HSL color Cylindrical-coordinate representation of color #4670BE: hue angle of 219º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4670BE is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 112 190 -
CMYK 0.63 0.41 0 0.25
HSL 219º 0.48% 0.51% -
HSV(B) 219º 0.63% 0.75% -
XYZ 17.61 16.61 50.99 -
YUV 108.33 174.09 100.66 -
System Red Green Blue C M Y K H S L
Decimal 70 112 190 0.63 0.41 0 0.25 219 0.48 0.51
Hex 46 70 BE 3F 29 0 19 DB 30 33
Octal 106 160 276 77 51 0 31 333 60 63
Binary 1000110 1110000 10111110 111111 101001 0 11001 11011011 110000 110011

Color Harmonies of #4670BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4670BE

Black with #4670BE

Text Example


Text Example

White with #4670BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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