Html Css Color HEX #456891 Wedgewood

📋 copy color: '#456891'

red 69 ◦ green 104 ◦ blue 145

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

Shades of Wedgewood #456891

Tints of Wedgewood #456891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 45.6%

R = 21.7%
G = 32.7%
B = 45.6%

CMYK

 C value IS 0.52

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#456891 (or 0x456891) is known color: Wedgewood. HEX triplet: 45, 68 and 91. RGB value is (69,104,145). Sum of RGB (Red+Green+Blue) = 69+104+145=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 145 (57.03% from 255 or 45.60% from 318); Max value from RGB is 145 - color contains mainly: blue. Hex color #456891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456891 is #BA976E. Grayscale: #626262. Windows color (decimal): -12228463 or 9529413. OLE color: 9529413.

HSL color Cylindrical-coordinate representation of color #456891: hue angle of 212.37º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #456891 is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 69 104 145 -
CMYK 0.52 0.28 0 0.43
HSL 212.37º 0.36% 0.42% -
HSV(B) 212.37º 0.52% 0.57% -
XYZ 12.52 13.21 28.68 -
YUV 98.21 154.4 107.17 -
System Red Green Blue C M Y K H S L
Decimal 69 104 145 0.52 0.28 0 0.43 212.37 0.36 0.42
Hex 45 68 91 34 1C 0 2B D4 24 2A
Octal 105 150 221 64 34 0 53 324 44 52
Binary 1000101 1101000 10010001 110100 11100 0 101011 11010100 100100 101010

Color Harmonies of #456891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456891

Black with #456891

Text Example


Text Example

White with #456891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456891; }

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

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

background-color css

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

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

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

border-color css

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

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

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