Html Css Color HEX #4670B6 Steel Blue

📋 copy color: '#4670B6'

red 70 ◦ green 112 ◦ blue 182

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

Shades of Steel Blue #4670B6

Tints of Steel Blue #4670B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 50%

R = 19.23%
G = 30.77%
B = 50%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4670B6 (or 0x4670B6) is known color: Steel Blue. HEX triplet: 46, 70 and B6. RGB value is (70,112,182). Sum of RGB (Red+Green+Blue) = 70+112+182=364 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.23% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 182 (71.48% from 255 or 50% from 364); Max value from RGB is 182 - color contains mainly: blue. Hex color #4670B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4670B6 is #B98F49. Grayscale: #6B6B6B. Windows color (decimal): -12160842 or 11956294. OLE color: 11956294.

HSL color Cylindrical-coordinate representation of color #4670B6: hue angle of 217.5º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4670B6 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 70 112 182 -
CMYK 0.62 0.38 0 0.29
HSL 217.5º 0.44% 0.49% -
HSV(B) 217.5º 0.62% 0.71% -
XYZ 16.76 16.27 46.51 -
YUV 107.42 170.09 101.31 -
System Red Green Blue C M Y K H S L
Decimal 70 112 182 0.62 0.38 0 0.29 217.5 0.44 0.49
Hex 46 70 B6 3E 26 0 1D DA 2C 31
Octal 106 160 266 76 46 0 35 332 54 61
Binary 1000110 1110000 10110110 111110 100110 0 11101 11011010 101100 110001

Color Harmonies of #4670B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4670B6

Black with #4670B6

Text Example


Text Example

White with #4670B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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