Html Css Color HEX #4F437E Victoria

📋 copy color: '#4F437E'

red 79 ◦ green 67 ◦ blue 126

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

Shades of Victoria #4F437E

Tints of Victoria #4F437E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.63%

 BLUE value IS 126 (49.61% from 255) = 46.32%

R = 29.04%
G = 24.63%
B = 46.32%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4F437E (or 0x4F437E) is known color: Victoria. HEX triplet: 4F, 43 and 7E. RGB value is (79,67,126). Sum of RGB (Red+Green+Blue) = 79+67+126=272 (36% of max value = 765). Red value is 79 (31.25% from 255 or 29.04% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 126 (49.61% from 255 or 46.32% from 272); Max value from RGB is 126 - color contains mainly: blue. Hex color #4F437E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F437E is #B0BC81. Grayscale: #4D4D4D. Windows color (decimal): -11582594 or 8274767. OLE color: 8274767.

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

Color convert

RGB 79 67 126 -
CMYK 0.37 0.47 0 0.51
HSL 252.2º 0.31% 0.38% -
HSV(B) 252.2º 0.47% 0.49% -
XYZ 9 7.18 20.65 -
YUV 77.31 155.48 129.2 -
System Red Green Blue C M Y K H S L
Decimal 79 67 126 0.37 0.47 0 0.51 252.2 0.31 0.38
Hex 4F 43 7E 25 2F 0 33 FC 1F 26
Octal 117 103 176 45 57 0 63 374 37 46
Binary 1001111 1000011 1111110 100101 101111 0 110011 11111100 11111 100110

Color Harmonies of #4F437E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F437E

Black with #4F437E

Text Example


Text Example

White with #4F437E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,67,126); }

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

background-color css

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

 a { background-color: rgb(79,67,126); }

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

border-color css

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

 span { border-color: rgb(79,67,126); }

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