#4958AE

Color #4958AE Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #4958AE

Tints of Rich Blue #4958AE

Color information

#4958AE (or 0x4958AE) is unknown color: approx Rich Blue. HEX triplet: 49, 58 and AE. RGB value is (73,88,174). Sum of RGB (Red+Green+Blue) = 73+88+174=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #4958AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4958AE is #B6A751. Grayscale: #5C5C5C. Windows color (decimal): -11970386 or 11425865. OLE color: 11425865.

HSL color Cylindrical-coordinate representation of color #4958AE: hue angle of 231.09º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4958AE is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7388174-
CMYK0.580.4900.32
HSL231.09º40.89%48.43%-
HSV(B)231.09º58.05%68.24%-
XYZ13.8811.4541.52-
YUV93.32173.53113.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.79%
GREEN value IS 88 (34.77% from 255) = 26.27%
BLUE value IS 174 (68.36% from 255) = 51.94%
R=21.79%
G=26.27%
B=51.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal73881740.580.4900.32231.0940.8948.43
Hex4958AE3A31020e72930
Octal11113025672610403475160
Binary1001001101100010101110111010110001010000011100111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4958AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4958AE; }

 p { color: rgb(73,88,174); }

 H1.HeaderClassName
 {
   color: #4958AE;
 }
 .AnyTagClassName
 {
   color: #4958AE;
 }
</style>
background-color css

<style>
 a { background-color: #4958AE; }

 a { background-color: rgb(73,88,174); }

 div.DivClassName
 {
   background-color: #4958AE;
 }
 .BgClassName
 {
   background-color: #4958AE;
 }
</style>
border-color css

<style>
 span { border-color: #4958AE; }

 span { border-color: rgb(73,88,174); }

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