Html Css Color HEX #456486 Wedgewood

📋 copy color: '#456486'

red 69 ◦ green 100 ◦ blue 134

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

Shades of Wedgewood #456486

Tints of Wedgewood #456486

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33%

 BLUE value IS 134 (52.73% from 255) = 44.22%

R = 22.77%
G = 33%
B = 44.22%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#456486 (or 0x456486) is known color: Wedgewood. HEX triplet: 45, 64 and 86. RGB value is (69,100,134). Sum of RGB (Red+Green+Blue) = 69+100+134=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 134 (52.73% from 255 or 44.22% from 303); Max value from RGB is 134 - color contains mainly: blue. Hex color #456486 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456486 is #BA9B79. Grayscale: #5E5E5E. Windows color (decimal): -12229498 or 8807493. OLE color: 8807493.

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

Color convert

RGB 69 100 134 -
CMYK 0.49 0.25 0 0.47
HSL 211.38º 0.32% 0.4% -
HSV(B) 211.38º 0.49% 0.53% -
XYZ 11.31 12.1 24.29 -
YUV 94.61 150.23 109.74 -
System Red Green Blue C M Y K H S L
Decimal 69 100 134 0.49 0.25 0 0.47 211.38 0.32 0.4
Hex 45 64 86 31 19 0 2F D3 20 28
Octal 105 144 206 61 31 0 57 323 40 50
Binary 1000101 1100100 10000110 110001 11001 0 101111 11010011 100000 101000

Color Harmonies of #456486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456486

Black with #456486

Text Example


Text Example

White with #456486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456486; }

 p { color: rgb(69,100,134); }

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

background-color css

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

 a { background-color: rgb(69,100,134); }

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

border-color css

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

 span { border-color: rgb(69,100,134); }

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