Html Css Color HEX #4675BA Steel Blue

📋 copy color: '#4675BA'

red 70 ◦ green 117 ◦ blue 186

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

Shades of Steel Blue #4675BA

Tints of Steel Blue #4675BA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.37%

 BLUE value IS 186 (73.05% from 255) = 49.87%

R = 18.77%
G = 31.37%
B = 49.87%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4675BA (or 0x4675BA) is known color: Steel Blue. HEX triplet: 46, 75 and BA. RGB value is (70,117,186). Sum of RGB (Red+Green+Blue) = 70+117+186=373 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.77% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #4675BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4675BA is #B98A45. Grayscale: #6E6E6E. Windows color (decimal): -12159558 or 12219718. OLE color: 12219718.

HSL color Cylindrical-coordinate representation of color #4675BA: hue angle of 215.69º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4675BA is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 117 186 -
CMYK 0.62 0.37 0 0.27
HSL 215.69º 0.46% 0.5% -
HSV(B) 215.69º 0.62% 0.73% -
XYZ 17.75 17.57 48.91 -
YUV 110.81 170.43 98.89 -
System Red Green Blue C M Y K H S L
Decimal 70 117 186 0.62 0.37 0 0.27 215.69 0.46 0.5
Hex 46 75 BA 3E 25 0 1B D8 2E 32
Octal 106 165 272 76 45 0 33 330 56 62
Binary 1000110 1110101 10111010 111110 100101 0 11011 11011000 101110 110010

Color Harmonies of #4675BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4675BA

Black with #4675BA

Text Example


Text Example

White with #4675BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4675BA; }

 p { color: rgb(70,117,186); }

 H1.HeaderClassName
 {
   color: #4675BA;
 }
 .AnyTagClassName
 {
   color: #4675BA;
 }
</style>

background-color css

<style>
 a { background-color: #4675BA; }

 a { background-color: rgb(70,117,186); }

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

border-color css

<style>
 span { border-color: #4675BA; }

 span { border-color: rgb(70,117,186); }

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