Html Css Color HEX #4F306B Blue Diamond

📋 copy color: '#4F306B'

red 79 ◦ green 48 ◦ blue 107

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

Shades of Blue Diamond #4F306B

Tints of Blue Diamond #4F306B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.51%

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

R = 33.76%
G = 20.51%
B = 45.73%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4F306B (or 0x4F306B) is known color: Blue Diamond. HEX triplet: 4F, 30 and 6B. RGB value is (79,48,107). Sum of RGB (Red+Green+Blue) = 79+48+107=234 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.76% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 107 (42.19% from 255 or 45.73% from 234); Max value from RGB is 107 - color contains mainly: blue. Hex color #4F306B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F306B is #B0CF94. Grayscale: #3F3F3F. Windows color (decimal): -11587477 or 7024719. OLE color: 7024719.

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

Color convert

RGB 79 48 107 -
CMYK 0.26 0.55 0 0.58
HSL 271.53º 0.38% 0.3% -
HSV(B) 271.53º 0.55% 0.42% -
XYZ 6.94 4.84 14.48 -
YUV 64 152.27 138.7 -
System Red Green Blue C M Y K H S L
Decimal 79 48 107 0.26 0.55 0 0.58 271.53 0.38 0.3
Hex 4F 30 6B 1A 37 0 3A 110 26 1E
Octal 117 60 153 32 67 0 72 420 46 36
Binary 1001111 110000 1101011 11010 110111 0 111010 100010000 100110 11110

Color Harmonies of #4F306B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F306B

Black with #4F306B

Text Example


Text Example

White with #4F306B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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