Html Css Color HEX #45637C Wedgewood

📋 copy color: '#45637C'

red 69 ◦ green 99 ◦ blue 124

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

Shades of Wedgewood #45637C

Tints of Wedgewood #45637C

RGB

 RED value IS 69 (27.34% from 255) = 23.63%

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

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

R = 23.63%
G = 33.9%
B = 42.47%

CMYK

 C value IS 0.44

 M value IS 0.20

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#45637C (or 0x45637C) is known color: Wedgewood. HEX triplet: 45, 63 and 7C. RGB value is (69,99,124). Sum of RGB (Red+Green+Blue) = 69+99+124=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 124 - color contains mainly: blue. Hex color #45637C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45637C is #BA9C83. Grayscale: #5C5C5C. Windows color (decimal): -12229764 or 8151877. OLE color: 8151877.

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

Color convert

RGB 69 99 124 -
CMYK 0.44 0.20 0 0.51
HSL 207.27º 0.28% 0.38% -
HSV(B) 207.27º 0.44% 0.49% -
XYZ 10.55 11.64 20.76 -
YUV 92.88 145.56 110.97 -
System Red Green Blue C M Y K H S L
Decimal 69 99 124 0.44 0.20 0 0.51 207.27 0.28 0.38
Hex 45 63 7C 2C 14 0 33 CF 1C 26
Octal 105 143 174 54 24 0 63 317 34 46
Binary 1000101 1100011 1111100 101100 10100 0 110011 11001111 11100 100110

Color Harmonies of #45637C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45637C

Black with #45637C

Text Example


Text Example

White with #45637C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,99,124); }

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

background-color css

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

 a { background-color: rgb(69,99,124); }

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

border-color css

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

 span { border-color: rgb(69,99,124); }

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