Html Css Color HEX #48677E Wedgewood

📋 copy color: '#48677E'

red 72 ◦ green 103 ◦ blue 126

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

Shades of Wedgewood #48677E

Tints of Wedgewood #48677E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.22%

 BLUE value IS 126 (49.61% from 255) = 41.86%

R = 23.92%
G = 34.22%
B = 41.86%

CMYK

 C value IS 0.43

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48677E (or 0x48677E) is known color: Wedgewood. HEX triplet: 48, 67 and 7E. RGB value is (72,103,126). Sum of RGB (Red+Green+Blue) = 72+103+126=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 126 (49.61% from 255 or 41.86% from 301); Max value from RGB is 126 - color contains mainly: blue. Hex color #48677E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48677E is #B79881. Grayscale: #606060. Windows color (decimal): -12032130 or 8283976. OLE color: 8283976.

HSL color Cylindrical-coordinate representation of color #48677E: hue angle of 205.56º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #48677E is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 103 126 -
CMYK 0.43 0.18 0 0.51
HSL 205.56º 0.27% 0.39% -
HSV(B) 205.56º 0.43% 0.49% -
XYZ 11.29 12.58 21.57 -
YUV 96.35 144.73 110.63 -
System Red Green Blue C M Y K H S L
Decimal 72 103 126 0.43 0.18 0 0.51 205.56 0.27 0.39
Hex 48 67 7E 2B 12 0 33 CE 1B 27
Octal 110 147 176 53 22 0 63 316 33 47
Binary 1001000 1100111 1111110 101011 10010 0 110011 11001110 11011 100111

Color Harmonies of #48677E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48677E

Black with #48677E

Text Example


Text Example

White with #48677E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,103,126); }

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

background-color css

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

 a { background-color: rgb(72,103,126); }

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

border-color css

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

 span { border-color: rgb(72,103,126); }

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