Html Css Color HEX #4B226C Blue Diamond

📋 copy color: '#4B226C'

red 75 ◦ green 34 ◦ blue 108

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

Shades of Blue Diamond #4B226C

Tints of Blue Diamond #4B226C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.67%

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

R = 34.56%
G = 15.67%
B = 49.77%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4B226C (or 0x4B226C) is known color: Blue Diamond. HEX triplet: 4B, 22 and 6C. RGB value is (75,34,108). Sum of RGB (Red+Green+Blue) = 75+34+108=217 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.56% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 108 (42.58% from 255 or 49.77% from 217); Max value from RGB is 108 - color contains mainly: blue. Hex color #4B226C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B226C is #B4DD93. Grayscale: #363636. Windows color (decimal): -11853204 or 7086667. OLE color: 7086667.

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

Color convert

RGB 75 34 108 -
CMYK 0.31 0.69 0 0.58
HSL 273.24º 0.52% 0.28% -
HSV(B) 273.24º 0.69% 0.42% -
XYZ 6.18 3.72 14.58 -
YUV 54.7 158.08 142.48 -
System Red Green Blue C M Y K H S L
Decimal 75 34 108 0.31 0.69 0 0.58 273.24 0.52 0.28
Hex 4B 22 6C 1F 45 0 3A 111 34 1C
Octal 113 42 154 37 105 0 72 421 64 34
Binary 1001011 100010 1101100 11111 1000101 0 111010 100010001 110100 11100

Color Harmonies of #4B226C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B226C

Black with #4B226C

Text Example


Text Example

White with #4B226C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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