Html Css Color HEX #4B2C68 Blue Diamond

📋 copy color: '#4B2C68'

red 75 ◦ green 44 ◦ blue 104

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

Shades of Blue Diamond #4B2C68

Tints of Blue Diamond #4B2C68

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.73%

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

R = 33.63%
G = 19.73%
B = 46.64%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4B2C68 (or 0x4B2C68) is known color: Blue Diamond. HEX triplet: 4B, 2C and 68. RGB value is (75,44,104). Sum of RGB (Red+Green+Blue) = 75+44+104=223 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.63% from 223); Green value is 44 (17.58% from 255 or 19.73% from 223); Blue value is 104 (41.02% from 255 or 46.64% from 223); Max value from RGB is 104 - color contains mainly: blue. Hex color #4B2C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2C68 is #B4D397. Grayscale: #3B3B3B. Windows color (decimal): -11850648 or 6827083. OLE color: 6827083.

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

Color convert

RGB 75 44 104 -
CMYK 0.28 0.58 0 0.59
HSL 271º 0.41% 0.29% -
HSV(B) 271º 0.58% 0.41% -
XYZ 6.3 4.3 13.59 -
YUV 60.11 152.77 138.62 -
System Red Green Blue C M Y K H S L
Decimal 75 44 104 0.28 0.58 0 0.59 271 0.41 0.29
Hex 4B 2C 68 1C 3A 0 3B 10F 29 1D
Octal 113 54 150 34 72 0 73 417 51 35
Binary 1001011 101100 1101000 11100 111010 0 111011 100001111 101001 11101

Color Harmonies of #4B2C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2C68

Black with #4B2C68

Text Example


Text Example

White with #4B2C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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