Html Css Color HEX #456988 Wedgewood

📋 copy color: '#456988'

red 69 ◦ green 105 ◦ blue 136

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

Shades of Wedgewood #456988

Tints of Wedgewood #456988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 43.87%

R = 22.26%
G = 33.87%
B = 43.87%

CMYK

 C value IS 0.49

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#456988 (or 0x456988) is known color: Wedgewood. HEX triplet: 45, 69 and 88. RGB value is (69,105,136). Sum of RGB (Red+Green+Blue) = 69+105+136=310 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.26% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 136 (53.52% from 255 or 43.87% from 310); Max value from RGB is 136 - color contains mainly: blue. Hex color #456988 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456988 is #BA9677. Grayscale: #616161. Windows color (decimal): -12228216 or 8939845. OLE color: 8939845.

HSL color Cylindrical-coordinate representation of color #456988: hue angle of 207.76º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #456988 is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 69 105 136 -
CMYK 0.49 0.23 0 0.47
HSL 207.76º 0.33% 0.4% -
HSV(B) 207.76º 0.49% 0.53% -
XYZ 11.95 13.15 25.2 -
YUV 97.77 149.57 107.48 -
System Red Green Blue C M Y K H S L
Decimal 69 105 136 0.49 0.23 0 0.47 207.76 0.33 0.4
Hex 45 69 88 31 17 0 2F D0 21 28
Octal 105 151 210 61 27 0 57 320 41 50
Binary 1000101 1101001 10001000 110001 10111 0 101111 11010000 100001 101000

Color Harmonies of #456988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456988

Black with #456988

Text Example


Text Example

White with #456988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456988; }

 p { color: rgb(69,105,136); }

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

background-color css

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

 a { background-color: rgb(69,105,136); }

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

border-color css

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

 span { border-color: rgb(69,105,136); }

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