Html Css Color HEX #4B2668 Blue Diamond

📋 copy color: '#4B2668'

red 75 ◦ green 38 ◦ blue 104

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

Shades of Blue Diamond #4B2668

Tints of Blue Diamond #4B2668

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.51%

 BLUE value IS 104 (41.02% from 255) = 47.93%

R = 34.56%
G = 17.51%
B = 47.93%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4B2668 (or 0x4B2668) is known color: Blue Diamond. HEX triplet: 4B, 26 and 68. RGB value is (75,38,104). Sum of RGB (Red+Green+Blue) = 75+38+104=217 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.56% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 104 - color contains mainly: blue. Hex color #4B2668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2668 is #B4D997. Grayscale: #383838. Windows color (decimal): -11852184 or 6825547. OLE color: 6825547.

HSL color Cylindrical-coordinate representation of color #4B2668: hue angle of 273.64º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B2668 is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 75 38 104 -
CMYK 0.28 0.63 0 0.59
HSL 273.64º 0.46% 0.28% -
HSV(B) 273.64º 0.63% 0.41% -
XYZ 6.09 3.88 13.52 -
YUV 56.59 154.76 141.13 -
System Red Green Blue C M Y K H S L
Decimal 75 38 104 0.28 0.63 0 0.59 273.64 0.46 0.28
Hex 4B 26 68 1C 3F 0 3B 112 2E 1C
Octal 113 46 150 34 77 0 73 422 56 34
Binary 1001011 100110 1101000 11100 111111 0 111011 100010010 101110 11100

Color Harmonies of #4B2668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2668

Black with #4B2668

Text Example


Text Example

White with #4B2668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,38,104); }

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

background-color css

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

 a { background-color: rgb(75,38,104); }

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

border-color css

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

 span { border-color: rgb(75,38,104); }

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