Html Css Color HEX #456887 Wedgewood

📋 copy color: '#456887'

red 69 ◦ green 104 ◦ blue 135

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

Shades of Wedgewood #456887

Tints of Wedgewood #456887

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.77%

 BLUE value IS 135 (53.13% from 255) = 43.83%

R = 22.4%
G = 33.77%
B = 43.83%

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

#456887 (or 0x456887) is known color: Wedgewood. HEX triplet: 45, 68 and 87. RGB value is (69,104,135). Sum of RGB (Red+Green+Blue) = 69+104+135=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 135 (53.12% from 255 or 43.83% from 308); Max value from RGB is 135 - color contains mainly: blue. Hex color #456887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456887 is #BA9778. Grayscale: #606060. Windows color (decimal): -12228473 or 8874053. OLE color: 8874053.

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

Color convert

RGB 69 104 135 -
CMYK 0.49 0.23 0 0.47
HSL 208.18º 0.32% 0.4% -
HSV(B) 208.18º 0.49% 0.53% -
XYZ 11.78 12.92 24.79 -
YUV 97.07 149.4 107.98 -
System Red Green Blue C M Y K H S L
Decimal 69 104 135 0.49 0.23 0 0.47 208.18 0.32 0.4
Hex 45 68 87 31 17 0 2F D0 20 28
Octal 105 150 207 61 27 0 57 320 40 50
Binary 1000101 1101000 10000111 110001 10111 0 101111 11010000 100000 101000

Color Harmonies of #456887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456887

Black with #456887

Text Example


Text Example

White with #456887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456887; }

 p { color: rgb(69,104,135); }

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

background-color css

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

 a { background-color: rgb(69,104,135); }

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

border-color css

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

 span { border-color: rgb(69,104,135); }

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