Html Css Color HEX #4A276C Blue Diamond

📋 copy color: '#4A276C'

red 74 ◦ green 39 ◦ blue 108

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

Shades of Blue Diamond #4A276C

Tints of Blue Diamond #4A276C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 48.87%

R = 33.48%
G = 17.65%
B = 48.87%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4A276C (or 0x4A276C) is known color: Blue Diamond. HEX triplet: 4A, 27 and 6C. RGB value is (74,39,108). Sum of RGB (Red+Green+Blue) = 74+39+108=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #4A276C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A276C is #B5D893. Grayscale: #393939. Windows color (decimal): -11917460 or 7087946. OLE color: 7087946.

HSL color Cylindrical-coordinate representation of color #4A276C: hue angle of 270.43º 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 #4A276C is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 74 39 108 -
CMYK 0.31 0.64 0 0.58
HSL 270.43º 0.47% 0.29% -
HSV(B) 270.43º 0.64% 0.42% -
XYZ 6.26 3.99 14.63 -
YUV 57.33 156.6 139.89 -
System Red Green Blue C M Y K H S L
Decimal 74 39 108 0.31 0.64 0 0.58 270.43 0.47 0.29
Hex 4A 27 6C 1F 40 0 3A 10E 2F 1D
Octal 112 47 154 37 100 0 72 416 57 35
Binary 1001010 100111 1101100 11111 1000000 0 111010 100001110 101111 11101

Color Harmonies of #4A276C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A276C

Black with #4A276C

Text Example


Text Example

White with #4A276C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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