Html Css Color HEX #4670BD Steel Blue

📋 copy color: '#4670BD'

red 70 ◦ green 112 ◦ blue 189

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

Shades of Steel Blue #4670BD

Tints of Steel Blue #4670BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.94%

R = 18.87%
G = 30.19%
B = 50.94%

CMYK

 C value IS 0.63

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4670BD (or 0x4670BD) is known color: Steel Blue. HEX triplet: 46, 70 and BD. RGB value is (70,112,189). Sum of RGB (Red+Green+Blue) = 70+112+189=371 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.87% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #4670BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4670BD is #B98F42. Grayscale: #6B6B6B. Windows color (decimal): -12160835 or 12415046. OLE color: 12415046.

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

Color convert

RGB 70 112 189 -
CMYK 0.63 0.41 0 0.26
HSL 218.82º 0.47% 0.51% -
HSV(B) 218.82º 0.63% 0.74% -
XYZ 17.51 16.56 50.42 -
YUV 108.22 173.59 100.74 -
System Red Green Blue C M Y K H S L
Decimal 70 112 189 0.63 0.41 0 0.26 218.82 0.47 0.51
Hex 46 70 BD 3F 29 0 1A DB 2F 33
Octal 106 160 275 77 51 0 32 333 57 63
Binary 1000110 1110000 10111101 111111 101001 0 11010 11011011 101111 110011

Color Harmonies of #4670BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4670BD

Black with #4670BD

Text Example


Text Example

White with #4670BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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