Html Css Color HEX #4F276B Blue Diamond

📋 copy color: '#4F276B'

red 79 ◦ green 39 ◦ blue 107

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

Shades of Blue Diamond #4F276B

Tints of Blue Diamond #4F276B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.33%

 BLUE value IS 107 (42.19% from 255) = 47.56%

R = 35.11%
G = 17.33%
B = 47.56%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4F276B (or 0x4F276B) is known color: Blue Diamond. HEX triplet: 4F, 27 and 6B. RGB value is (79,39,107). Sum of RGB (Red+Green+Blue) = 79+39+107=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 107 (42.19% from 255 or 47.56% from 225); Max value from RGB is 107 - color contains mainly: blue. Hex color #4F276B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F276B is #B0D894. Grayscale: #3A3A3A. Windows color (decimal): -11589781 or 7022415. OLE color: 7022415.

HSL color Cylindrical-coordinate representation of color #4F276B: hue angle of 275.29º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F276B is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 79 39 107 -
CMYK 0.26 0.64 0 0.58
HSL 275.29º 0.47% 0.29% -
HSV(B) 275.29º 0.64% 0.42% -
XYZ 6.6 4.17 14.37 -
YUV 58.71 155.25 142.47 -
System Red Green Blue C M Y K H S L
Decimal 79 39 107 0.26 0.64 0 0.58 275.29 0.47 0.29
Hex 4F 27 6B 1A 40 0 3A 113 2F 1D
Octal 117 47 153 32 100 0 72 423 57 35
Binary 1001111 100111 1101011 11010 1000000 0 111010 100010011 101111 11101

Color Harmonies of #4F276B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F276B

Black with #4F276B

Text Example


Text Example

White with #4F276B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,39,107); }

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

background-color css

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

 a { background-color: rgb(79,39,107); }

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

border-color css

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

 span { border-color: rgb(79,39,107); }

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