Html Css Color HEX #4B206C Blue Diamond

📋 copy color: '#4B206C'

red 75 ◦ green 32 ◦ blue 108

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

Shades of Blue Diamond #4B206C

Tints of Blue Diamond #4B206C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.88%

 BLUE value IS 108 (42.58% from 255) = 50.23%

R = 34.88%
G = 14.88%
B = 50.23%

CMYK

 C value IS 0.31

 M value IS 0.70

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4B206C (or 0x4B206C) is known color: Blue Diamond. HEX triplet: 4B, 20 and 6C. RGB value is (75,32,108). Sum of RGB (Red+Green+Blue) = 75+32+108=215 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.88% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #4B206C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B206C is #B4DF93. Grayscale: #353535. Windows color (decimal): -11853716 or 7086155. OLE color: 7086155.

HSL color Cylindrical-coordinate representation of color #4B206C: hue angle of 273.95º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B206C is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 75 32 108 -
CMYK 0.31 0.70 0 0.58
HSL 273.95º 0.54% 0.27% -
HSV(B) 273.95º 0.7% 0.42% -
XYZ 6.12 3.61 14.56 -
YUV 53.52 158.75 143.32 -
System Red Green Blue C M Y K H S L
Decimal 75 32 108 0.31 0.70 0 0.58 273.95 0.54 0.27
Hex 4B 20 6C 1F 46 0 3A 112 36 1B
Octal 113 40 154 37 106 0 72 422 66 33
Binary 1001011 100000 1101100 11111 1000110 0 111010 100010010 110110 11011

Color Harmonies of #4B206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B206C

Black with #4B206C

Text Example


Text Example

White with #4B206C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,32,108); }

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

background-color css

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

 a { background-color: rgb(75,32,108); }

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

border-color css

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

 span { border-color: rgb(75,32,108); }

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