Html Css Color HEX #48256F Blue Diamond

📋 copy color: '#48256F'

red 72 ◦ green 37 ◦ blue 111

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

Shades of Blue Diamond #48256F

Tints of Blue Diamond #48256F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.82%

 BLUE value IS 111 (43.75% from 255) = 50.45%

R = 32.73%
G = 16.82%
B = 50.45%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#48256F (or 0x48256F) is known color: Blue Diamond. HEX triplet: 48, 25 and 6F. RGB value is (72,37,111). Sum of RGB (Red+Green+Blue) = 72+37+111=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 111 (43.75% from 255 or 50.45% from 220); Max value from RGB is 111 - color contains mainly: blue. Hex color #48256F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48256F is #B7DA90. Grayscale: #373737. Windows color (decimal): -12049041 or 7284040. OLE color: 7284040.

HSL color Cylindrical-coordinate representation of color #48256F: hue angle of 268.38º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48256F is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 37 111 -
CMYK 0.35 0.67 0 0.56
HSL 268.38º 0.5% 0.29% -
HSV(B) 268.38º 0.67% 0.44% -
XYZ 6.2 3.85 15.45 -
YUV 55.9 159.1 139.48 -
System Red Green Blue C M Y K H S L
Decimal 72 37 111 0.35 0.67 0 0.56 268.38 0.5 0.29
Hex 48 25 6F 23 43 0 38 10C 32 1D
Octal 110 45 157 43 103 0 70 414 62 35
Binary 1001000 100101 1101111 100011 1000011 0 111000 100001100 110010 11101

Color Harmonies of #48256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48256F

Black with #48256F

Text Example


Text Example

White with #48256F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48256F; }

 p { color: rgb(72,37,111); }

 H1.HeaderClassName
 {
   color: #48256F;
 }
 .AnyTagClassName
 {
   color: #48256F;
 }
</style>

background-color css

<style>
 a { background-color: #48256F; }

 a { background-color: rgb(72,37,111); }

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

border-color css

<style>
 span { border-color: #48256F; }

 span { border-color: rgb(72,37,111); }

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