Html Css Color HEX #48439C Blue Gem

📋 copy color: '#48439C'

red 72 ◦ green 67 ◦ blue 156

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

Shades of Blue Gem #48439C

Tints of Blue Gem #48439C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.71%

 BLUE value IS 156 (61.33% from 255) = 52.88%

R = 24.41%
G = 22.71%
B = 52.88%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#48439C (or 0x48439C) is known color: Blue Gem. HEX triplet: 48, 43 and 9C. RGB value is (72,67,156). Sum of RGB (Red+Green+Blue) = 72+67+156=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #48439C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48439C is #B7BC63. Grayscale: #4E4E4E. Windows color (decimal): -12041316 or 10240840. OLE color: 10240840.

HSL color Cylindrical-coordinate representation of color #48439C: hue angle of 243.37º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48439C is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 72 67 156 -
CMYK 0.54 0.57 0 0.39
HSL 243.37º 0.4% 0.44% -
HSV(B) 243.37º 0.57% 0.61% -
XYZ 10.68 7.79 32.39 -
YUV 78.64 171.66 123.26 -
System Red Green Blue C M Y K H S L
Decimal 72 67 156 0.54 0.57 0 0.39 243.37 0.4 0.44
Hex 48 43 9C 36 39 0 27 F3 28 2C
Octal 110 103 234 66 71 0 47 363 50 54
Binary 1001000 1000011 10011100 110110 111001 0 100111 11110011 101000 101100

Color Harmonies of #48439C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48439C

Black with #48439C

Text Example


Text Example

White with #48439C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,67,156); }

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

background-color css

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

 a { background-color: rgb(72,67,156); }

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

border-color css

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

 span { border-color: rgb(72,67,156); }

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