Html Css Color HEX #4775AD Steel Blue

📋 copy color: '#4775AD'

red 71 ◦ green 117 ◦ blue 173

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

Shades of Steel Blue #4775AD

Tints of Steel Blue #4775AD

RGB

 RED value IS 71 (28.13% from 255) = 19.67%

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

 BLUE value IS 173 (67.97% from 255) = 47.92%

R = 19.67%
G = 32.41%
B = 47.92%

CMYK

 C value IS 0.59

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4775AD (or 0x4775AD) is known color: Steel Blue. HEX triplet: 47, 75 and AD. RGB value is (71,117,173). Sum of RGB (Red+Green+Blue) = 71+117+173=361 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.67% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #4775AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4775AD is #B88A52. Grayscale: #6D6D6D. Windows color (decimal): -12094035 or 11367751. OLE color: 11367751.

HSL color Cylindrical-coordinate representation of color #4775AD: hue angle of 212.94º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4775AD is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 117 173 -
CMYK 0.59 0.32 0 0.32
HSL 212.94º 0.42% 0.48% -
HSV(B) 212.94º 0.59% 0.68% -
XYZ 16.5 17.08 41.96 -
YUV 109.63 163.76 100.45 -
System Red Green Blue C M Y K H S L
Decimal 71 117 173 0.59 0.32 0 0.32 212.94 0.42 0.48
Hex 47 75 AD 3B 20 0 20 D5 2A 30
Octal 107 165 255 73 40 0 40 325 52 60
Binary 1000111 1110101 10101101 111011 100000 0 100000 11010101 101010 110000

Color Harmonies of #4775AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4775AD

Black with #4775AD

Text Example


Text Example

White with #4775AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4775AD; }

 p { color: rgb(71,117,173); }

 H1.HeaderClassName
 {
   color: #4775AD;
 }
 .AnyTagClassName
 {
   color: #4775AD;
 }
</style>

background-color css

<style>
 a { background-color: #4775AD; }

 a { background-color: rgb(71,117,173); }

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

border-color css

<style>
 span { border-color: #4775AD; }

 span { border-color: rgb(71,117,173); }

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