Html Css Color HEX #4675AB Steel Blue

📋 copy color: '#4675AB'

red 70 ◦ green 117 ◦ blue 171

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

Shades of Steel Blue #4675AB

Tints of Steel Blue #4675AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.77%

R = 19.55%
G = 32.68%
B = 47.77%

CMYK

 C value IS 0.59

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4675AB (or 0x4675AB) is known color: Steel Blue. HEX triplet: 46, 75 and AB. RGB value is (70,117,171). Sum of RGB (Red+Green+Blue) = 70+117+171=358 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.55% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #4675AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4675AB is #B98A54. Grayscale: #6C6C6C. Windows color (decimal): -12159573 or 11236678. OLE color: 11236678.

HSL color Cylindrical-coordinate representation of color #4675AB: hue angle of 212.08º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4675AB is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 117 171 -
CMYK 0.59 0.32 0 0.33
HSL 212.08º 0.42% 0.47% -
HSV(B) 212.08º 0.59% 0.67% -
XYZ 16.24 16.96 40.95 -
YUV 109.1 162.93 100.11 -
System Red Green Blue C M Y K H S L
Decimal 70 117 171 0.59 0.32 0 0.33 212.08 0.42 0.47
Hex 46 75 AB 3B 20 0 21 D4 2A 2F
Octal 106 165 253 73 40 0 41 324 52 57
Binary 1000110 1110101 10101011 111011 100000 0 100001 11010100 101010 101111

Color Harmonies of #4675AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4675AB

Black with #4675AB

Text Example


Text Example

White with #4675AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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