Html Css Color HEX #4A2676 Blue Diamond

📋 copy color: '#4A2676'

red 74 ◦ green 38 ◦ blue 118

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

Shades of Blue Diamond #4A2676

Tints of Blue Diamond #4A2676

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.52%

 BLUE value IS 118 (46.48% from 255) = 51.3%

R = 32.17%
G = 16.52%
B = 51.3%

CMYK

 C value IS 0.37

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4A2676 (or 0x4A2676) is known color: Blue Diamond. HEX triplet: 4A, 26 and 76. RGB value is (74,38,118). Sum of RGB (Red+Green+Blue) = 74+38+118=230 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.17% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #4A2676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2676 is #B5D989. Grayscale: #393939. Windows color (decimal): -11917706 or 7743050. OLE color: 7743050.

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

Color convert

RGB 74 38 118 -
CMYK 0.37 0.68 0 0.54
HSL 267º 0.51% 0.31% -
HSV(B) 267º 0.68% 0.46% -
XYZ 6.79 4.15 17.58 -
YUV 57.88 161.93 139.5 -
System Red Green Blue C M Y K H S L
Decimal 74 38 118 0.37 0.68 0 0.54 267 0.51 0.31
Hex 4A 26 76 25 44 0 36 10B 33 1F
Octal 112 46 166 45 104 0 66 413 63 37
Binary 1001010 100110 1110110 100101 1000100 0 110110 100001011 110011 11111

Color Harmonies of #4A2676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2676

Black with #4A2676

Text Example


Text Example

White with #4A2676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,38,118); }

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

background-color css

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

 a { background-color: rgb(74,38,118); }

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

border-color css

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

 span { border-color: rgb(74,38,118); }

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