Html Css Color HEX #4B2D68 Blue Diamond

📋 copy color: '#4B2D68'

red 75 ◦ green 45 ◦ blue 104

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

Shades of Blue Diamond #4B2D68

Tints of Blue Diamond #4B2D68

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.09%

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

R = 33.48%
G = 20.09%
B = 46.43%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4B2D68 (or 0x4B2D68) is known color: Blue Diamond. HEX triplet: 4B, 2D and 68. RGB value is (75,45,104). Sum of RGB (Red+Green+Blue) = 75+45+104=224 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.48% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 104 (41.02% from 255 or 46.43% from 224); Max value from RGB is 104 - color contains mainly: blue. Hex color #4B2D68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2D68 is #B4D297. Grayscale: #3C3C3C. Windows color (decimal): -11850392 or 6827339. OLE color: 6827339.

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

Color convert

RGB 75 45 104 -
CMYK 0.28 0.57 0 0.59
HSL 270.51º 0.4% 0.29% -
HSV(B) 270.51º 0.57% 0.41% -
XYZ 6.34 4.37 13.61 -
YUV 60.7 152.44 138.2 -
System Red Green Blue C M Y K H S L
Decimal 75 45 104 0.28 0.57 0 0.59 270.51 0.4 0.29
Hex 4B 2D 68 1C 39 0 3B 10F 28 1D
Octal 113 55 150 34 71 0 73 417 50 35
Binary 1001011 101101 1101000 11100 111001 0 111011 100001111 101000 11101

Color Harmonies of #4B2D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2D68

Black with #4B2D68

Text Example


Text Example

White with #4B2D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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