Html Css Color HEX #48269F Blue Gem

📋 copy color: '#48269F'

red 72 ◦ green 38 ◦ blue 159

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

Shades of Blue Gem #48269F

Tints of Blue Gem #48269F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.13%

 BLUE value IS 159 (62.5% from 255) = 59.11%

R = 26.77%
G = 14.13%
B = 59.11%

CMYK

 C value IS 0.55

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48269F (or 0x48269F) is known color: Blue Gem. HEX triplet: 48, 26 and 9F. RGB value is (72,38,159). Sum of RGB (Red+Green+Blue) = 72+38+159=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 159 (62.5% from 255 or 59.11% from 269); Max value from RGB is 159 - color contains mainly: blue. Hex color #48269F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48269F is #B7D960. Grayscale: #3D3D3D. Windows color (decimal): -12048737 or 10430024. OLE color: 10430024.

HSL color Cylindrical-coordinate representation of color #48269F: hue angle of 256.86º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #48269F is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 38 159 -
CMYK 0.55 0.76 0 0.38
HSL 256.86º 0.61% 0.39% -
HSV(B) 256.86º 0.76% 0.62% -
XYZ 9.62 5.27 33.31 -
YUV 61.96 182.76 135.16 -
System Red Green Blue C M Y K H S L
Decimal 72 38 159 0.55 0.76 0 0.38 256.86 0.61 0.39
Hex 48 26 9F 37 4C 0 26 101 3D 27
Octal 110 46 237 67 114 0 46 401 75 47
Binary 1001000 100110 10011111 110111 1001100 0 100110 100000001 111101 100111

Color Harmonies of #48269F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48269F

Black with #48269F

Text Example


Text Example

White with #48269F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,38,159); }

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

background-color css

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

 a { background-color: rgb(72,38,159); }

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

border-color css

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

 span { border-color: rgb(72,38,159); }

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