Html Css Color HEX #4B2169 Blue Diamond

📋 copy color: '#4B2169'

red 75 ◦ green 33 ◦ blue 105

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

Shades of Blue Diamond #4B2169

Tints of Blue Diamond #4B2169

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.49%

 BLUE value IS 105 (41.41% from 255) = 49.3%

R = 35.21%
G = 15.49%
B = 49.3%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4B2169 (or 0x4B2169) is known color: Blue Diamond. HEX triplet: 4B, 21 and 69. RGB value is (75,33,105). Sum of RGB (Red+Green+Blue) = 75+33+105=213 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.21% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 105 (41.41% from 255 or 49.30% from 213); Max value from RGB is 105 - color contains mainly: blue. Hex color #4B2169 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2169 is #B4DE96. Grayscale: #353535. Windows color (decimal): -11853463 or 6889803. OLE color: 6889803.

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

Color convert

RGB 75 33 105 -
CMYK 0.29 0.69 0 0.59
HSL 275º 0.52% 0.27% -
HSV(B) 275º 0.69% 0.41% -
XYZ 6 3.6 13.74 -
YUV 53.77 156.91 143.15 -
System Red Green Blue C M Y K H S L
Decimal 75 33 105 0.29 0.69 0 0.59 275 0.52 0.27
Hex 4B 21 69 1D 45 0 3B 113 34 1B
Octal 113 41 151 35 105 0 73 423 64 33
Binary 1001011 100001 1101001 11101 1000101 0 111011 100010011 110100 11011

Color Harmonies of #4B2169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2169

Black with #4B2169

Text Example


Text Example

White with #4B2169

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,33,105); }

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

background-color css

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

 a { background-color: rgb(75,33,105); }

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

border-color css

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

 span { border-color: rgb(75,33,105); }

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