Html Css Color HEX #456590 Wedgewood

📋 copy color: '#456590'

red 69 ◦ green 101 ◦ blue 144

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

Shades of Wedgewood #456590

Tints of Wedgewood #456590

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.17%

 BLUE value IS 144 (56.64% from 255) = 45.86%

R = 21.97%
G = 32.17%
B = 45.86%

CMYK

 C value IS 0.52

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#456590 (or 0x456590) is known color: Wedgewood. HEX triplet: 45, 65 and 90. RGB value is (69,101,144). Sum of RGB (Red+Green+Blue) = 69+101+144=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 144 - color contains mainly: blue. Hex color #456590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456590 is #BA9A6F. Grayscale: #606060. Windows color (decimal): -12229232 or 9463109. OLE color: 9463109.

HSL color Cylindrical-coordinate representation of color #456590: hue angle of 214.4º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #456590 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 69 101 144 -
CMYK 0.52 0.30 0 0.44
HSL 214.4º 0.35% 0.42% -
HSV(B) 214.4º 0.52% 0.56% -
XYZ 12.14 12.59 28.17 -
YUV 96.33 154.9 108.5 -
System Red Green Blue C M Y K H S L
Decimal 69 101 144 0.52 0.30 0 0.44 214.4 0.35 0.42
Hex 45 65 90 34 1E 0 2C D6 23 2A
Octal 105 145 220 64 36 0 54 326 43 52
Binary 1000101 1100101 10010000 110100 11110 0 101100 11010110 100011 101010

Color Harmonies of #456590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456590

Black with #456590

Text Example


Text Example

White with #456590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456590; }

 p { color: rgb(69,101,144); }

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

background-color css

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

 a { background-color: rgb(69,101,144); }

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

border-color css

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

 span { border-color: rgb(69,101,144); }

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