Html Css Color HEX #4E447F Victoria

📋 copy color: '#4E447F'

red 78 ◦ green 68 ◦ blue 127

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

Shades of Victoria #4E447F

Tints of Victoria #4E447F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.91%

 BLUE value IS 127 (50% from 255) = 46.52%

R = 28.57%
G = 24.91%
B = 46.52%

CMYK

 C value IS 0.39

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4E447F (or 0x4E447F) is known color: Victoria. HEX triplet: 4E, 44 and 7F. RGB value is (78,68,127). Sum of RGB (Red+Green+Blue) = 78+68+127=273 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.57% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 127 (50% from 255 or 46.52% from 273); Max value from RGB is 127 - color contains mainly: blue. Hex color #4E447F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E447F is #B1BB80. Grayscale: #4D4D4D. Windows color (decimal): -11647873 or 8340558. OLE color: 8340558.

HSL color Cylindrical-coordinate representation of color #4E447F: hue angle of 250.17º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E447F is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 78 68 127 -
CMYK 0.39 0.46 0 0.50
HSL 250.17º 0.3% 0.38% -
HSV(B) 250.17º 0.46% 0.5% -
XYZ 9.04 7.29 21.01 -
YUV 77.72 155.81 128.2 -
System Red Green Blue C M Y K H S L
Decimal 78 68 127 0.39 0.46 0 0.50 250.17 0.3 0.38
Hex 4E 44 7F 27 2E 0 32 FA 1E 26
Octal 116 104 177 47 56 0 62 372 36 46
Binary 1001110 1000100 1111111 100111 101110 0 110010 11111010 11110 100110

Color Harmonies of #4E447F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E447F

Black with #4E447F

Text Example


Text Example

White with #4E447F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,68,127); }

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

background-color css

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

 a { background-color: rgb(78,68,127); }

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

border-color css

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

 span { border-color: rgb(78,68,127); }

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