Html Css Color HEX #48226C Blue Diamond

📋 copy color: '#48226C'

red 72 ◦ green 34 ◦ blue 108

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

Shades of Blue Diamond #48226C

Tints of Blue Diamond #48226C

RGB

 RED value IS 72 (28.52% from 255) = 33.64%

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

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

R = 33.64%
G = 15.89%
B = 50.47%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#48226C (or 0x48226C) is known color: Blue Diamond. HEX triplet: 48, 22 and 6C. RGB value is (72,34,108). Sum of RGB (Red+Green+Blue) = 72+34+108=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 108 (42.58% from 255 or 50.47% from 214); Max value from RGB is 108 - color contains mainly: blue. Hex color #48226C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48226C is #B7DD93. Grayscale: #353535. Windows color (decimal): -12049812 or 7086664. OLE color: 7086664.

HSL color Cylindrical-coordinate representation of color #48226C: hue angle of 270.81º 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 #48226C is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 34 108 -
CMYK 0.33 0.69 0 0.58
HSL 270.81º 0.52% 0.28% -
HSV(B) 270.81º 0.69% 0.42% -
XYZ 5.95 3.6 14.57 -
YUV 53.8 158.59 140.98 -
System Red Green Blue C M Y K H S L
Decimal 72 34 108 0.33 0.69 0 0.58 270.81 0.52 0.28
Hex 48 22 6C 21 45 0 3A 10F 34 1C
Octal 110 42 154 41 105 0 72 417 64 34
Binary 1001000 100010 1101100 100001 1000101 0 111010 100001111 110100 11100

Color Harmonies of #48226C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48226C

Black with #48226C

Text Example


Text Example

White with #48226C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48226C; }

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

 H1.HeaderClassName
 {
   color: #48226C;
 }
 .AnyTagClassName
 {
   color: #48226C;
 }
</style>

background-color css

<style>
 a { background-color: #48226C; }

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

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

border-color css

<style>
 span { border-color: #48226C; }

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

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