Html Css Color HEX #4B276C Blue Diamond

📋 copy color: '#4B276C'

red 75 ◦ green 39 ◦ blue 108

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

Shades of Blue Diamond #4B276C

Tints of Blue Diamond #4B276C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.57%

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

R = 33.78%
G = 17.57%
B = 48.65%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4B276C (or 0x4B276C) is known color: Blue Diamond. HEX triplet: 4B, 27 and 6C. RGB value is (75,39,108). Sum of RGB (Red+Green+Blue) = 75+39+108=222 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.78% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 108 (42.58% from 255 or 48.65% from 222); Max value from RGB is 108 - color contains mainly: blue. Hex color #4B276C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B276C is #B4D893. Grayscale: #393939. Windows color (decimal): -11851924 or 7087947. OLE color: 7087947.

HSL color Cylindrical-coordinate representation of color #4B276C: hue angle of 271.3º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B276C is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 75 39 108 -
CMYK 0.31 0.64 0 0.58
HSL 271.3º 0.47% 0.29% -
HSV(B) 271.3º 0.64% 0.42% -
XYZ 6.33 4.03 14.63 -
YUV 57.63 156.43 140.39 -
System Red Green Blue C M Y K H S L
Decimal 75 39 108 0.31 0.64 0 0.58 271.3 0.47 0.29
Hex 4B 27 6C 1F 40 0 3A 10F 2F 1D
Octal 113 47 154 37 100 0 72 417 57 35
Binary 1001011 100111 1101100 11111 1000000 0 111010 100001111 101111 11101

Color Harmonies of #4B276C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B276C

Black with #4B276C

Text Example


Text Example

White with #4B276C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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