Html Css Color HEX #456386 Wedgewood

📋 copy color: '#456386'

red 69 ◦ green 99 ◦ blue 134

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

Shades of Wedgewood #456386

Tints of Wedgewood #456386

RGB

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

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

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

R = 22.85%
G = 32.78%
B = 44.37%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#456386 (or 0x456386) is known color: Wedgewood. HEX triplet: 45, 63 and 86. RGB value is (69,99,134). Sum of RGB (Red+Green+Blue) = 69+99+134=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 134 (52.73% from 255 or 44.37% from 302); Max value from RGB is 134 - color contains mainly: blue. Hex color #456386 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456386 is #BA9C79. Grayscale: #5D5D5D. Windows color (decimal): -12229754 or 8807237. OLE color: 8807237.

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

Color convert

RGB 69 99 134 -
CMYK 0.49 0.26 0 0.47
HSL 212.31º 0.32% 0.4% -
HSV(B) 212.31º 0.49% 0.53% -
XYZ 11.22 11.91 24.26 -
YUV 94.02 150.56 110.15 -
System Red Green Blue C M Y K H S L
Decimal 69 99 134 0.49 0.26 0 0.47 212.31 0.32 0.4
Hex 45 63 86 31 1A 0 2F D4 20 28
Octal 105 143 206 61 32 0 57 324 40 50
Binary 1000101 1100011 10000110 110001 11010 0 101111 11010100 100000 101000

Color Harmonies of #456386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456386

Black with #456386

Text Example


Text Example

White with #456386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456386; }

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

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

background-color css

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

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

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

border-color css

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

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

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