Html Css Color HEX #4B166F Blue Diamond

📋 copy color: '#4B166F'

red 75 ◦ green 22 ◦ blue 111

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

Shades of Blue Diamond #4B166F

Tints of Blue Diamond #4B166F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 53.37%

R = 36.06%
G = 10.58%
B = 53.37%

CMYK

 C value IS 0.32

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4B166F (or 0x4B166F) is known color: Blue Diamond. HEX triplet: 4B, 16 and 6F. RGB value is (75,22,111). Sum of RGB (Red+Green+Blue) = 75+22+111=208 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.06% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 111 (43.75% from 255 or 53.37% from 208); Max value from RGB is 111 - color contains mainly: blue. Hex color #4B166F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B166F is #B4E990. Grayscale: #2F2F2F. Windows color (decimal): -11856273 or 7280203. OLE color: 7280203.

HSL color Cylindrical-coordinate representation of color #4B166F: hue angle of 275.73º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B166F is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 75 22 111 -
CMYK 0.32 0.80 0 0.56
HSL 275.73º 0.67% 0.26% -
HSV(B) 275.73º 0.8% 0.44% -
XYZ 6.06 3.22 15.34 -
YUV 47.99 163.56 147.26 -
System Red Green Blue C M Y K H S L
Decimal 75 22 111 0.32 0.80 0 0.56 275.73 0.67 0.26
Hex 4B 16 6F 20 50 0 38 114 43 1A
Octal 113 26 157 40 120 0 70 424 103 32
Binary 1001011 10110 1101111 100000 1010000 0 111000 100010100 1000011 11010

Color Harmonies of #4B166F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B166F

Black with #4B166F

Text Example


Text Example

White with #4B166F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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