Html Css Color HEX #4B166C Blue Diamond

📋 copy color: '#4B166C'

red 75 ◦ green 22 ◦ blue 108

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

Shades of Blue Diamond #4B166C

Tints of Blue Diamond #4B166C

RGB

 RED value IS 75 (29.69% from 255) = 36.59%

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

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

R = 36.59%
G = 10.73%
B = 52.68%

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

#4B166C (or 0x4B166C) is known color: Blue Diamond. HEX triplet: 4B, 16 and 6C. RGB value is (75,22,108). Sum of RGB (Red+Green+Blue) = 75+22+108=205 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.59% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 108 (42.58% from 255 or 52.68% from 205); Max value from RGB is 108 - color contains mainly: blue. Hex color #4B166C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B166C is #B4E993. Grayscale: #2F2F2F. Windows color (decimal): -11856276 or 7083595. OLE color: 7083595.

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

Color convert

RGB 75 22 108 -
CMYK 0.31 0.80 0 0.58
HSL 276.98º 0.66% 0.25% -
HSV(B) 276.98º 0.8% 0.42% -
XYZ 5.9 3.15 14.49 -
YUV 47.65 162.06 147.51 -
System Red Green Blue C M Y K H S L
Decimal 75 22 108 0.31 0.80 0 0.58 276.98 0.66 0.25
Hex 4B 16 6C 1F 50 0 3A 115 42 19
Octal 113 26 154 37 120 0 72 425 102 31
Binary 1001011 10110 1101100 11111 1010000 0 111010 100010101 1000010 11001

Color Harmonies of #4B166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B166C

Black with #4B166C

Text Example


Text Example

White with #4B166C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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