Html Css Color HEX #48429C Blue Gem

📋 copy color: '#48429C'

red 72 ◦ green 66 ◦ blue 156

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

Shades of Blue Gem #48429C

Tints of Blue Gem #48429C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.45%

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

R = 24.49%
G = 22.45%
B = 53.06%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#48429C (or 0x48429C) is known color: Blue Gem. HEX triplet: 48, 42 and 9C. RGB value is (72,66,156). Sum of RGB (Red+Green+Blue) = 72+66+156=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 156 (61.33% from 255 or 53.06% from 294); Max value from RGB is 156 - color contains mainly: blue. Hex color #48429C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48429C is #B7BD63. Grayscale: #4D4D4D. Windows color (decimal): -12041572 or 10240584. OLE color: 10240584.

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

Color convert

RGB 72 66 156 -
CMYK 0.54 0.58 0 0.39
HSL 244º 0.41% 0.44% -
HSV(B) 244º 0.58% 0.61% -
XYZ 10.62 7.67 32.37 -
YUV 78.05 171.99 123.68 -
System Red Green Blue C M Y K H S L
Decimal 72 66 156 0.54 0.58 0 0.39 244 0.41 0.44
Hex 48 42 9C 36 3A 0 27 F4 29 2C
Octal 110 102 234 66 72 0 47 364 51 54
Binary 1001000 1000010 10011100 110110 111010 0 100111 11110100 101001 101100

Color Harmonies of #48429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48429C

Black with #48429C

Text Example


Text Example

White with #48429C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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