Html Css Color HEX #4E5CAB Rich Blue

📋 copy color: '#4E5CAB'

red 78 ◦ green 92 ◦ blue 171

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

Shades of Rich Blue #4E5CAB

Tints of Rich Blue #4E5CAB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.98%

 BLUE value IS 171 (67.19% from 255) = 50.15%

R = 22.87%
G = 26.98%
B = 50.15%

CMYK

 C value IS 0.54

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4E5CAB (or 0x4E5CAB) is known color: Rich Blue. HEX triplet: 4E, 5C and AB. RGB value is (78,92,171). Sum of RGB (Red+Green+Blue) = 78+92+171=341 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.87% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #4E5CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5CAB is #B1A354. Grayscale: #606060. Windows color (decimal): -11641685 or 11230286. OLE color: 11230286.

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

Color convert

RGB 78 92 171 -
CMYK 0.54 0.46 0 0.33
HSL 230.97º 0.37% 0.49% -
HSV(B) 230.97º 0.54% 0.67% -
XYZ 14.32 12.21 40.13 -
YUV 96.82 169.86 114.58 -
System Red Green Blue C M Y K H S L
Decimal 78 92 171 0.54 0.46 0 0.33 230.97 0.37 0.49
Hex 4E 5C AB 36 2E 0 21 E7 25 31
Octal 116 134 253 66 56 0 41 347 45 61
Binary 1001110 1011100 10101011 110110 101110 0 100001 11100111 100101 110001

Color Harmonies of #4E5CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5CAB

Black with #4E5CAB

Text Example


Text Example

White with #4E5CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,92,171); }

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

background-color css

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

 a { background-color: rgb(78,92,171); }

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

border-color css

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

 span { border-color: rgb(78,92,171); }

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