Html Css Color HEX #48637A Wedgewood

📋 copy color: '#48637A'

red 72 ◦ green 99 ◦ blue 122

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

Shades of Wedgewood #48637A

Tints of Wedgewood #48637A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.79%

 BLUE value IS 122 (48.05% from 255) = 41.64%

R = 24.57%
G = 33.79%
B = 41.64%

CMYK

 C value IS 0.41

 M value IS 0.19

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#48637A (or 0x48637A) is known color: Wedgewood. HEX triplet: 48, 63 and 7A. RGB value is (72,99,122). Sum of RGB (Red+Green+Blue) = 72+99+122=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 122 (48.05% from 255 or 41.64% from 293); Max value from RGB is 122 - color contains mainly: blue. Hex color #48637A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48637A is #B79C85. Grayscale: #5D5D5D. Windows color (decimal): -12033158 or 8020808. OLE color: 8020808.

HSL color Cylindrical-coordinate representation of color #48637A: hue angle of 207.6º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #48637A is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 72 99 122 -
CMYK 0.41 0.19 0 0.52
HSL 207.6º 0.26% 0.38% -
HSV(B) 207.6º 0.41% 0.48% -
XYZ 10.65 11.71 20.11 -
YUV 93.55 144.05 112.63 -
System Red Green Blue C M Y K H S L
Decimal 72 99 122 0.41 0.19 0 0.52 207.6 0.26 0.38
Hex 48 63 7A 29 13 0 34 D0 1A 26
Octal 110 143 172 51 23 0 64 320 32 46
Binary 1001000 1100011 1111010 101001 10011 0 110100 11010000 11010 100110

Color Harmonies of #48637A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48637A

Black with #48637A

Text Example


Text Example

White with #48637A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48637A; }

 p { color: rgb(72,99,122); }

 H1.HeaderClassName
 {
   color: #48637A;
 }
 .AnyTagClassName
 {
   color: #48637A;
 }
</style>

background-color css

<style>
 a { background-color: #48637A; }

 a { background-color: rgb(72,99,122); }

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

border-color css

<style>
 span { border-color: #48637A; }

 span { border-color: rgb(72,99,122); }

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