Html Css Color HEX #4E58AC Rich Blue

📋 copy color: '#4E58AC'

red 78 ◦ green 88 ◦ blue 172

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

Shades of Rich Blue #4E58AC

Tints of Rich Blue #4E58AC

RGB

 RED value IS 78 (30.86% from 255) = 23.08%

 GREEN value IS 88 (34.77% from 255) = 26.04%

 BLUE value IS 172 (67.58% from 255) = 50.89%

R = 23.08%
G = 26.04%
B = 50.89%

CMYK

 C value IS 0.55

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4E58AC (or 0x4E58AC) is known color: Rich Blue. HEX triplet: 4E, 58 and AC. RGB value is (78,88,172). Sum of RGB (Red+Green+Blue) = 78+88+172=338 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.08% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E58AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E58AC is #B1A753. Grayscale: #5E5E5E. Windows color (decimal): -11642708 or 11294798. OLE color: 11294798.

HSL color Cylindrical-coordinate representation of color #4E58AC: hue angle of 233.62º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E58AC is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 78 88 172 -
CMYK 0.55 0.49 0 0.33
HSL 233.62º 0.38% 0.49% -
HSV(B) 233.62º 0.55% 0.67% -
XYZ 14.08 11.58 40.52 -
YUV 94.59 171.69 116.17 -
System Red Green Blue C M Y K H S L
Decimal 78 88 172 0.55 0.49 0 0.33 233.62 0.38 0.49
Hex 4E 58 AC 37 31 0 21 EA 26 31
Octal 116 130 254 67 61 0 41 352 46 61
Binary 1001110 1011000 10101100 110111 110001 0 100001 11101010 100110 110001

Color Harmonies of #4E58AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E58AC

Black with #4E58AC

Text Example


Text Example

White with #4E58AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E58AC; }

 p { color: rgb(78,88,172); }

 H1.HeaderClassName
 {
   color: #4E58AC;
 }
 .AnyTagClassName
 {
   color: #4E58AC;
 }
</style>

background-color css

<style>
 a { background-color: #4E58AC; }

 a { background-color: rgb(78,88,172); }

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

border-color css

<style>
 span { border-color: #4E58AC; }

 span { border-color: rgb(78,88,172); }

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