Html Css Color HEX #48608C Wedgewood

📋 copy color: '#48608C'

red 72 ◦ green 96 ◦ blue 140

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

Shades of Wedgewood #48608C

Tints of Wedgewood #48608C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.17%

 BLUE value IS 140 (55.08% from 255) = 45.45%

R = 23.38%
G = 31.17%
B = 45.45%

CMYK

 C value IS 0.49

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48608C (or 0x48608C) is known color: Wedgewood. HEX triplet: 48, 60 and 8C. RGB value is (72,96,140). Sum of RGB (Red+Green+Blue) = 72+96+140=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 140 - color contains mainly: blue. Hex color #48608C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48608C is #B79F73. Grayscale: #5D5D5D. Windows color (decimal): -12033908 or 9199688. OLE color: 9199688.

HSL color Cylindrical-coordinate representation of color #48608C: hue angle of 218.82º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48608C is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 96 140 -
CMYK 0.49 0.31 0 0.45
HSL 218.82º 0.32% 0.42% -
HSV(B) 218.82º 0.49% 0.55% -
XYZ 11.59 11.64 26.45 -
YUV 93.84 154.05 112.42 -
System Red Green Blue C M Y K H S L
Decimal 72 96 140 0.49 0.31 0 0.45 218.82 0.32 0.42
Hex 48 60 8C 31 1F 0 2D DB 20 2A
Octal 110 140 214 61 37 0 55 333 40 52
Binary 1001000 1100000 10001100 110001 11111 0 101101 11011011 100000 101010

Color Harmonies of #48608C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48608C

Black with #48608C

Text Example


Text Example

White with #48608C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,96,140); }

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

background-color css

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

 a { background-color: rgb(72,96,140); }

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

border-color css

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

 span { border-color: rgb(72,96,140); }

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