Html Css Color HEX #48627C Wedgewood

📋 copy color: '#48627C'

red 72 ◦ green 98 ◦ blue 124

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

Shades of Wedgewood #48627C

Tints of Wedgewood #48627C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.33%

 BLUE value IS 124 (48.83% from 255) = 42.18%

R = 24.49%
G = 33.33%
B = 42.18%

CMYK

 C value IS 0.42

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48627C (or 0x48627C) is known color: Wedgewood. HEX triplet: 48, 62 and 7C. RGB value is (72,98,124). Sum of RGB (Red+Green+Blue) = 72+98+124=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 124 - color contains mainly: blue. Hex color #48627C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48627C is #B79D83. Grayscale: #5D5D5D. Windows color (decimal): -12033412 or 8151624. OLE color: 8151624.

HSL color Cylindrical-coordinate representation of color #48627C: hue angle of 210º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #48627C is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 98 124 -
CMYK 0.42 0.21 0 0.51
HSL 210º 0.27% 0.38% -
HSV(B) 210º 0.42% 0.49% -
XYZ 10.68 11.57 20.74 -
YUV 93.19 145.39 112.89 -
System Red Green Blue C M Y K H S L
Decimal 72 98 124 0.42 0.21 0 0.51 210 0.27 0.38
Hex 48 62 7C 2A 15 0 33 D2 1B 26
Octal 110 142 174 52 25 0 63 322 33 46
Binary 1001000 1100010 1111100 101010 10101 0 110011 11010010 11011 100110

Color Harmonies of #48627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48627C

Black with #48627C

Text Example


Text Example

White with #48627C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,98,124); }

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

background-color css

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

 a { background-color: rgb(72,98,124); }

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

border-color css

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

 span { border-color: rgb(72,98,124); }

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