Html Css Color HEX #4E256E Blue Diamond

📋 copy color: '#4E256E'

red 78 ◦ green 37 ◦ blue 110

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

Shades of Blue Diamond #4E256E

Tints of Blue Diamond #4E256E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.44%

 BLUE value IS 110 (43.36% from 255) = 48.89%

R = 34.67%
G = 16.44%
B = 48.89%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4E256E (or 0x4E256E) is known color: Blue Diamond. HEX triplet: 4E, 25 and 6E. RGB value is (78,37,110). Sum of RGB (Red+Green+Blue) = 78+37+110=225 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.67% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 110 - color contains mainly: blue. Hex color #4E256E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E256E is #B1DA91. Grayscale: #393939. Windows color (decimal): -11655826 or 7218510. OLE color: 7218510.

HSL color Cylindrical-coordinate representation of color #4E256E: hue angle of 273.7º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4E256E is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 78 37 110 -
CMYK 0.29 0.66 0 0.57
HSL 273.7º 0.5% 0.29% -
HSV(B) 273.7º 0.66% 0.43% -
XYZ 6.62 4.07 15.19 -
YUV 57.58 157.58 142.56 -
System Red Green Blue C M Y K H S L
Decimal 78 37 110 0.29 0.66 0 0.57 273.7 0.5 0.29
Hex 4E 25 6E 1D 42 0 39 112 32 1D
Octal 116 45 156 35 102 0 71 422 62 35
Binary 1001110 100101 1101110 11101 1000010 0 111001 100010010 110010 11101

Color Harmonies of #4E256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E256E

Black with #4E256E

Text Example


Text Example

White with #4E256E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,37,110); }

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

background-color css

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

 a { background-color: rgb(78,37,110); }

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

border-color css

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

 span { border-color: rgb(78,37,110); }

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