Html Css Color HEX #4782AA Steel Blue

📋 copy color: '#4782AA'

red 71 ◦ green 130 ◦ blue 170

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

Shades of Steel Blue #4782AA

Tints of Steel Blue #4782AA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.04%

 BLUE value IS 170 (66.8% from 255) = 45.82%

R = 19.14%
G = 35.04%
B = 45.82%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4782AA (or 0x4782AA) is known color: Steel Blue. HEX triplet: 47, 82 and AA. RGB value is (71,130,170). Sum of RGB (Red+Green+Blue) = 71+130+170=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #4782AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4782AA is #B87D55. Grayscale: #747474. Windows color (decimal): -12090710 or 11174471. OLE color: 11174471.

HSL color Cylindrical-coordinate representation of color #4782AA: hue angle of 204.24º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4782AA is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 130 170 -
CMYK 0.58 0.24 0 0.33
HSL 204.24º 0.41% 0.47% -
HSV(B) 204.24º 0.58% 0.67% -
XYZ 17.84 20.21 40.99 -
YUV 116.92 157.95 95.25 -
System Red Green Blue C M Y K H S L
Decimal 71 130 170 0.58 0.24 0 0.33 204.24 0.41 0.47
Hex 47 82 AA 3A 18 0 21 CC 29 2F
Octal 107 202 252 72 30 0 41 314 51 57
Binary 1000111 10000010 10101010 111010 11000 0 100001 11001100 101001 101111

Color Harmonies of #4782AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4782AA

Black with #4782AA

Text Example


Text Example

White with #4782AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4782AA; }

 p { color: rgb(71,130,170); }

 H1.HeaderClassName
 {
   color: #4782AA;
 }
 .AnyTagClassName
 {
   color: #4782AA;
 }
</style>

background-color css

<style>
 a { background-color: #4782AA; }

 a { background-color: rgb(71,130,170); }

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

border-color css

<style>
 span { border-color: #4782AA; }

 span { border-color: rgb(71,130,170); }

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