Html Css Color HEX #4E3FBD Rich Blue

📋 copy color: '#4E3FBD'

red 78 ◦ green 63 ◦ blue 189

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

Shades of Rich Blue #4E3FBD

Tints of Rich Blue #4E3FBD

RGB

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

 GREEN value IS 63 (25% from 255) = 19.09%

 BLUE value IS 189 (74.22% from 255) = 57.27%

R = 23.64%
G = 19.09%
B = 57.27%

CMYK

 C value IS 0.59

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4E3FBD (or 0x4E3FBD) is known color: Rich Blue. HEX triplet: 4E, 3F and BD. RGB value is (78,63,189). Sum of RGB (Red+Green+Blue) = 78+63+189=330 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.64% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 189 (74.22% from 255 or 57.27% from 330); Max value from RGB is 189 - color contains mainly: blue. Hex color #4E3FBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E3FBD is #B1C042. Grayscale: #515151. Windows color (decimal): -11649091 or 12402510. OLE color: 12402510.

HSL color Cylindrical-coordinate representation of color #4E3FBD: hue angle of 247.14º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E3FBD is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 78 63 189 -
CMYK 0.59 0.67 0 0.26
HSL 247.14º 0.5% 0.49% -
HSV(B) 247.14º 0.67% 0.74% -
XYZ 14.1 8.85 49.11 -
YUV 81.85 188.47 125.25 -
System Red Green Blue C M Y K H S L
Decimal 78 63 189 0.59 0.67 0 0.26 247.14 0.5 0.49
Hex 4E 3F BD 3B 43 0 1A F7 32 31
Octal 116 77 275 73 103 0 32 367 62 61
Binary 1001110 111111 10111101 111011 1000011 0 11010 11110111 110010 110001

Color Harmonies of #4E3FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3FBD

Black with #4E3FBD

Text Example


Text Example

White with #4E3FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,63,189); }

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

background-color css

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

 a { background-color: rgb(78,63,189); }

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

border-color css

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

 span { border-color: rgb(78,63,189); }

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