Html Css Color HEX #4670BF Steel Blue

📋 copy color: '#4670BF'

red 70 ◦ green 112 ◦ blue 191

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

Shades of Steel Blue #4670BF

Tints of Steel Blue #4670BF

RGB

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

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

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

R = 18.77%
G = 30.03%
B = 51.21%

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

#4670BF (or 0x4670BF) is known color: Steel Blue. HEX triplet: 46, 70 and BF. RGB value is (70,112,191). Sum of RGB (Red+Green+Blue) = 70+112+191=373 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.77% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #4670BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4670BF is #B98F40. Grayscale: #6C6C6C. Windows color (decimal): -12160833 or 12546118. OLE color: 12546118.

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

Color convert

RGB 70 112 191 -
CMYK 0.63 0.41 0 0.25
HSL 219.17º 0.49% 0.51% -
HSV(B) 219.17º 0.63% 0.75% -
XYZ 17.72 16.65 51.57 -
YUV 108.45 174.59 100.58 -
System Red Green Blue C M Y K H S L
Decimal 70 112 191 0.63 0.41 0 0.25 219.17 0.49 0.51
Hex 46 70 BF 3F 29 0 19 DB 31 33
Octal 106 160 277 77 51 0 31 333 61 63
Binary 1000110 1110000 10111111 111111 101001 0 11001 11011011 110001 110011

Color Harmonies of #4670BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4670BF

Black with #4670BF

Text Example


Text Example

White with #4670BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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