Html Css Color HEX #456288 Wedgewood

📋 copy color: '#456288'

red 69 ◦ green 98 ◦ blue 136

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

Shades of Wedgewood #456288

Tints of Wedgewood #456288

RGB

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

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

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

R = 22.77%
G = 32.34%
B = 44.88%

CMYK

 C value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#456288 (or 0x456288) is known color: Wedgewood. HEX triplet: 45, 62 and 88. RGB value is (69,98,136). Sum of RGB (Red+Green+Blue) = 69+98+136=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 136 - color contains mainly: blue. Hex color #456288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456288 is #BA9D77. Grayscale: #5D5D5D. Windows color (decimal): -12230008 or 8938053. OLE color: 8938053.

HSL color Cylindrical-coordinate representation of color #456288: hue angle of 214.03º 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 #456288 is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 69 98 136 -
CMYK 0.49 0.28 0 0.47
HSL 214.03º 0.33% 0.4% -
HSV(B) 214.03º 0.49% 0.53% -
XYZ 11.27 11.78 24.97 -
YUV 93.66 151.89 110.41 -
System Red Green Blue C M Y K H S L
Decimal 69 98 136 0.49 0.28 0 0.47 214.03 0.33 0.4
Hex 45 62 88 31 1C 0 2F D6 21 28
Octal 105 142 210 61 34 0 57 326 41 50
Binary 1000101 1100010 10001000 110001 11100 0 101111 11010110 100001 101000

Color Harmonies of #456288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456288

Black with #456288

Text Example


Text Example

White with #456288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456288; }

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

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

background-color css

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

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

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

border-color css

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

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

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