Html Css Color HEX #4B166E Blue Diamond

📋 copy color: '#4B166E'

red 75 ◦ green 22 ◦ blue 110

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

Shades of Blue Diamond #4B166E

Tints of Blue Diamond #4B166E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 53.14%

R = 36.23%
G = 10.63%
B = 53.14%

CMYK

 C value IS 0.32

 M value IS 0.8

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4B166E (or 0x4B166E) is known color: Blue Diamond. HEX triplet: 4B, 16 and 6E. RGB value is (75,22,110). Sum of RGB (Red+Green+Blue) = 75+22+110=207 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.23% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 110 (43.36% from 255 or 53.14% from 207); Max value from RGB is 110 - color contains mainly: blue. Hex color #4B166E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B166E is #B4E991. Grayscale: #2F2F2F. Windows color (decimal): -11856274 or 7214667. OLE color: 7214667.

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

Color convert

RGB 75 22 110 -
CMYK 0.32 0.8 0 0.57
HSL 276.14º 0.67% 0.26% -
HSV(B) 276.14º 0.8% 0.43% -
XYZ 6 3.2 15.05 -
YUV 47.88 163.06 147.34 -
System Red Green Blue C M Y K H S L
Decimal 75 22 110 0.32 0.8 0 0.57 276.14 0.67 0.26
Hex 4B 16 6E 20 50 0 39 114 43 1A
Octal 113 26 156 40 120 0 71 424 103 32
Binary 1001011 10110 1101110 100000 1010000 0 111001 100010100 1000011 11010

Color Harmonies of #4B166E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B166E

Black with #4B166E

Text Example


Text Example

White with #4B166E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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