Html Css Color HEX #4A166C Blue Diamond

📋 copy color: '#4A166C'

red 74 ◦ green 22 ◦ blue 108

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

Shades of Blue Diamond #4A166C

Tints of Blue Diamond #4A166C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.78%

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

R = 36.27%
G = 10.78%
B = 52.94%

CMYK

 C value IS 0.31

 M value IS 0.80

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4A166C (or 0x4A166C) is known color: Blue Diamond. HEX triplet: 4A, 16 and 6C. RGB value is (74,22,108). Sum of RGB (Red+Green+Blue) = 74+22+108=204 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.27% from 204); Green value is 22 (8.98% from 255 or 10.78% from 204); Blue value is 108 (42.58% from 255 or 52.94% from 204); Max value from RGB is 108 - color contains mainly: blue. Hex color #4A166C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A166C is #B5E993. Grayscale: #2F2F2F. Windows color (decimal): -11921812 or 7083594. OLE color: 7083594.

HSL color Cylindrical-coordinate representation of color #4A166C: hue angle of 276.28º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A166C is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 74 22 108 -
CMYK 0.31 0.80 0 0.58
HSL 276.28º 0.66% 0.25% -
HSV(B) 276.28º 0.8% 0.42% -
XYZ 5.82 3.11 14.48 -
YUV 47.35 162.23 147.01 -
System Red Green Blue C M Y K H S L
Decimal 74 22 108 0.31 0.80 0 0.58 276.28 0.66 0.25
Hex 4A 16 6C 1F 50 0 3A 114 42 19
Octal 112 26 154 37 120 0 72 424 102 31
Binary 1001010 10110 1101100 11111 1010000 0 111010 100010100 1000010 11001

Color Harmonies of #4A166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A166C

Black with #4A166C

Text Example


Text Example

White with #4A166C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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