Html Css Color HEX #4F447D Victoria

📋 copy color: '#4F447D'

red 79 ◦ green 68 ◦ blue 125

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

Shades of Victoria #4F447D

Tints of Victoria #4F447D

RGB

 RED value IS 79 (31.25% from 255) = 29.04%

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

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

R = 29.04%
G = 25%
B = 45.96%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4F447D (or 0x4F447D) is known color: Victoria. HEX triplet: 4F, 44 and 7D. RGB value is (79,68,125). Sum of RGB (Red+Green+Blue) = 79+68+125=272 (36% of max value = 765). Red value is 79 (31.25% from 255 or 29.04% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 125 (49.22% from 255 or 45.96% from 272); Max value from RGB is 125 - color contains mainly: blue. Hex color #4F447D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F447D is #B0BB82. Grayscale: #4D4D4D. Windows color (decimal): -11582339 or 8209487. OLE color: 8209487.

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

Color convert

RGB 79 68 125 -
CMYK 0.37 0.46 0 0.51
HSL 251.58º 0.3% 0.38% -
HSV(B) 251.58º 0.46% 0.49% -
XYZ 8.99 7.28 20.33 -
YUV 77.79 154.64 128.87 -
System Red Green Blue C M Y K H S L
Decimal 79 68 125 0.37 0.46 0 0.51 251.58 0.3 0.38
Hex 4F 44 7D 25 2E 0 33 FC 1E 26
Octal 117 104 175 45 56 0 63 374 36 46
Binary 1001111 1000100 1111101 100101 101110 0 110011 11111100 11110 100110

Color Harmonies of #4F447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F447D

Black with #4F447D

Text Example


Text Example

White with #4F447D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,68,125); }

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

background-color css

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

 a { background-color: rgb(79,68,125); }

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

border-color css

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

 span { border-color: rgb(79,68,125); }

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