Html Css Color HEX #4A2779 Blue Diamond

📋 copy color: '#4A2779'

red 74 ◦ green 39 ◦ blue 121

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

Shades of Blue Diamond #4A2779

Tints of Blue Diamond #4A2779

RGB

 RED value IS 74 (29.3% from 255) = 31.62%

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

 BLUE value IS 121 (47.66% from 255) = 51.71%

R = 31.62%
G = 16.67%
B = 51.71%

CMYK

 C value IS 0.39

 M value IS 0.68

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4A2779 (or 0x4A2779) is known color: Blue Diamond. HEX triplet: 4A, 27 and 79. RGB value is (74,39,121). Sum of RGB (Red+Green+Blue) = 74+39+121=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 121 (47.66% from 255 or 51.71% from 234); Max value from RGB is 121 - color contains mainly: blue. Hex color #4A2779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2779 is #B5D886. Grayscale: #3A3A3A. Windows color (decimal): -11917447 or 7939914. OLE color: 7939914.

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

Color convert

RGB 74 39 121 -
CMYK 0.39 0.68 0 0.53
HSL 265.61º 0.51% 0.31% -
HSV(B) 265.61º 0.68% 0.47% -
XYZ 7 4.29 18.55 -
YUV 58.81 163.1 138.83 -
System Red Green Blue C M Y K H S L
Decimal 74 39 121 0.39 0.68 0 0.53 265.61 0.51 0.31
Hex 4A 27 79 27 44 0 35 10A 33 1F
Octal 112 47 171 47 104 0 65 412 63 37
Binary 1001010 100111 1111001 100111 1000100 0 110101 100001010 110011 11111

Color Harmonies of #4A2779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2779

Black with #4A2779

Text Example


Text Example

White with #4A2779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,39,121); }

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

background-color css

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

 a { background-color: rgb(74,39,121); }

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

border-color css

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

 span { border-color: rgb(74,39,121); }

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