Html Css Color HEX #4D457D Victoria

📋 copy color: '#4D457D'

red 77 ◦ green 69 ◦ blue 125

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

Shades of Victoria #4D457D

Tints of Victoria #4D457D

RGB

 RED value IS 77 (30.47% from 255) = 28.41%

 GREEN value IS 69 (27.34% from 255) = 25.46%

 BLUE value IS 125 (49.22% from 255) = 46.13%

R = 28.41%
G = 25.46%
B = 46.13%

CMYK

 C value IS 0.38

 M value IS 0.45

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4D457D (or 0x4D457D) is known color: Victoria. HEX triplet: 4D, 45 and 7D. RGB value is (77,69,125). Sum of RGB (Red+Green+Blue) = 77+69+125=271 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.41% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 125 - color contains mainly: blue. Hex color #4D457D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D457D is #B2BA82. Grayscale: #4D4D4D. Windows color (decimal): -11713155 or 8209741. OLE color: 8209741.

HSL color Cylindrical-coordinate representation of color #4D457D: hue angle of 248.57º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D457D is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 77 69 125 -
CMYK 0.38 0.45 0 0.51
HSL 248.57º 0.29% 0.38% -
HSV(B) 248.57º 0.45% 0.49% -
XYZ 8.89 7.31 20.35 -
YUV 77.78 154.65 127.45 -
System Red Green Blue C M Y K H S L
Decimal 77 69 125 0.38 0.45 0 0.51 248.57 0.29 0.38
Hex 4D 45 7D 26 2D 0 33 F9 1D 26
Octal 115 105 175 46 55 0 63 371 35 46
Binary 1001101 1000101 1111101 100110 101101 0 110011 11111001 11101 100110

Color Harmonies of #4D457D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D457D

Black with #4D457D

Text Example


Text Example

White with #4D457D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,69,125); }

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

background-color css

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

 a { background-color: rgb(77,69,125); }

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

border-color css

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

 span { border-color: rgb(77,69,125); }

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