Html Css Color HEX #4E52BA Rich Blue

📋 copy color: '#4E52BA'

red 78 ◦ green 82 ◦ blue 186

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

Shades of Rich Blue #4E52BA

Tints of Rich Blue #4E52BA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.7%

 BLUE value IS 186 (73.05% from 255) = 53.76%

R = 22.54%
G = 23.7%
B = 53.76%

CMYK

 C value IS 0.58

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4E52BA (or 0x4E52BA) is known color: Rich Blue. HEX triplet: 4E, 52 and BA. RGB value is (78,82,186). Sum of RGB (Red+Green+Blue) = 78+82+186=346 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.54% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #4E52BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E52BA is #B1AD45. Grayscale: #5C5C5C. Windows color (decimal): -11644230 or 12210766. OLE color: 12210766.

HSL color Cylindrical-coordinate representation of color #4E52BA: hue angle of 237.78º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E52BA is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 78 82 186 -
CMYK 0.58 0.56 0 0.27
HSL 237.78º 0.44% 0.52% -
HSV(B) 237.78º 0.58% 0.73% -
XYZ 15.02 11.2 47.82 -
YUV 92.66 180.67 117.54 -
System Red Green Blue C M Y K H S L
Decimal 78 82 186 0.58 0.56 0 0.27 237.78 0.44 0.52
Hex 4E 52 BA 3A 38 0 1B EE 2C 34
Octal 116 122 272 72 70 0 33 356 54 64
Binary 1001110 1010010 10111010 111010 111000 0 11011 11101110 101100 110100

Color Harmonies of #4E52BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E52BA

Black with #4E52BA

Text Example


Text Example

White with #4E52BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,82,186); }

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

background-color css

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

 a { background-color: rgb(78,82,186); }

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

border-color css

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

 span { border-color: rgb(78,82,186); }

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