Html Css Color HEX #456689 Wedgewood

📋 copy color: '#456689'

red 69 ◦ green 102 ◦ blue 137

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

Shades of Wedgewood #456689

Tints of Wedgewood #456689

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.12%

 BLUE value IS 137 (53.91% from 255) = 44.48%

R = 22.4%
G = 33.12%
B = 44.48%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#456689 (or 0x456689) is known color: Wedgewood. HEX triplet: 45, 66 and 89. RGB value is (69,102,137). Sum of RGB (Red+Green+Blue) = 69+102+137=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 137 - color contains mainly: blue. Hex color #456689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456689 is #BA9976. Grayscale: #5F5F5F. Windows color (decimal): -12228983 or 9004613. OLE color: 9004613.

HSL color Cylindrical-coordinate representation of color #456689: hue angle of 210.88º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #456689 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 69 102 137 -
CMYK 0.50 0.26 0 0.46
HSL 210.88º 0.33% 0.4% -
HSV(B) 210.88º 0.5% 0.54% -
XYZ 11.72 12.57 25.48 -
YUV 96.12 151.07 108.65 -
System Red Green Blue C M Y K H S L
Decimal 69 102 137 0.50 0.26 0 0.46 210.88 0.33 0.4
Hex 45 66 89 32 1A 0 2E D3 21 28
Octal 105 146 211 62 32 0 56 323 41 50
Binary 1000101 1100110 10001001 110010 11010 0 101110 11010011 100001 101000

Color Harmonies of #456689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456689

Black with #456689

Text Example


Text Example

White with #456689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456689; }

 p { color: rgb(69,102,137); }

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

background-color css

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

 a { background-color: rgb(69,102,137); }

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

border-color css

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

 span { border-color: rgb(69,102,137); }

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