Html Css Color HEX #4F227E Blue Diamond

📋 copy color: '#4F227E'

red 79 ◦ green 34 ◦ blue 126

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

Shades of Blue Diamond #4F227E

Tints of Blue Diamond #4F227E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.23%

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

R = 33.05%
G = 14.23%
B = 52.72%

CMYK

 C value IS 0.37

 M value IS 0.73

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4F227E (or 0x4F227E) is known color: Blue Diamond. HEX triplet: 4F, 22 and 7E. RGB value is (79,34,126). Sum of RGB (Red+Green+Blue) = 79+34+126=239 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.05% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 126 (49.61% from 255 or 52.72% from 239); Max value from RGB is 126 - color contains mainly: blue. Hex color #4F227E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F227E is #B0DD81. Grayscale: #393939. Windows color (decimal): -11591042 or 8266319. OLE color: 8266319.

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

Color convert

RGB 79 34 126 -
CMYK 0.37 0.73 0 0.51
HSL 269.35º 0.58% 0.31% -
HSV(B) 269.35º 0.73% 0.49% -
XYZ 7.56 4.31 20.17 -
YUV 57.94 166.41 143.02 -
System Red Green Blue C M Y K H S L
Decimal 79 34 126 0.37 0.73 0 0.51 269.35 0.58 0.31
Hex 4F 22 7E 25 49 0 33 10D 3A 1F
Octal 117 42 176 45 111 0 63 415 72 37
Binary 1001111 100010 1111110 100101 1001001 0 110011 100001101 111010 11111

Color Harmonies of #4F227E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F227E

Black with #4F227E

Text Example


Text Example

White with #4F227E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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