Html Css Color HEX #48698E Wedgewood

📋 copy color: '#48698E'

red 72 ◦ green 105 ◦ blue 142

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

Shades of Wedgewood #48698E

Tints of Wedgewood #48698E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.92%

 BLUE value IS 142 (55.86% from 255) = 44.51%

R = 22.57%
G = 32.92%
B = 44.51%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#48698E (or 0x48698E) is known color: Wedgewood. HEX triplet: 48, 69 and 8E. RGB value is (72,105,142). Sum of RGB (Red+Green+Blue) = 72+105+142=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 142 - color contains mainly: blue. Hex color #48698E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48698E is #B79671. Grayscale: #636363. Windows color (decimal): -12031602 or 9333064. OLE color: 9333064.

HSL color Cylindrical-coordinate representation of color #48698E: hue angle of 211.71º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48698E is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 105 142 -
CMYK 0.49 0.26 0 0.44
HSL 211.71º 0.33% 0.42% -
HSV(B) 211.71º 0.49% 0.56% -
XYZ 12.61 13.43 27.52 -
YUV 99.35 152.07 108.49 -
System Red Green Blue C M Y K H S L
Decimal 72 105 142 0.49 0.26 0 0.44 211.71 0.33 0.42
Hex 48 69 8E 31 1A 0 2C D4 21 2A
Octal 110 151 216 61 32 0 54 324 41 52
Binary 1001000 1101001 10001110 110001 11010 0 101100 11010100 100001 101010

Color Harmonies of #48698E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48698E

Black with #48698E

Text Example


Text Example

White with #48698E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48698E; }

 p { color: rgb(72,105,142); }

 H1.HeaderClassName
 {
   color: #48698E;
 }
 .AnyTagClassName
 {
   color: #48698E;
 }
</style>

background-color css

<style>
 a { background-color: #48698E; }

 a { background-color: rgb(72,105,142); }

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

border-color css

<style>
 span { border-color: #48698E; }

 span { border-color: rgb(72,105,142); }

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