Html Css Color HEX #457090 Wedgewood

📋 copy color: '#457090'

red 69 ◦ green 112 ◦ blue 144

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

Shades of Wedgewood #457090

Tints of Wedgewood #457090

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.46%

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

R = 21.23%
G = 34.46%
B = 44.31%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#457090 (or 0x457090) is known color: Wedgewood. HEX triplet: 45, 70 and 90. RGB value is (69,112,144). Sum of RGB (Red+Green+Blue) = 69+112+144=325 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.23% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #457090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457090 is #BA8F6F. Grayscale: #666666. Windows color (decimal): -12226416 or 9465925. OLE color: 9465925.

HSL color Cylindrical-coordinate representation of color #457090: hue angle of 205.6º 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 #457090 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 69 112 144 -
CMYK 0.52 0.22 0 0.44
HSL 205.6º 0.35% 0.42% -
HSV(B) 205.6º 0.52% 0.56% -
XYZ 13.28 14.87 28.56 -
YUV 102.79 151.25 103.9 -
System Red Green Blue C M Y K H S L
Decimal 69 112 144 0.52 0.22 0 0.44 205.6 0.35 0.42
Hex 45 70 90 34 16 0 2C CE 23 2A
Octal 105 160 220 64 26 0 54 316 43 52
Binary 1000101 1110000 10010000 110100 10110 0 101100 11001110 100011 101010

Color Harmonies of #457090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457090

Black with #457090

Text Example


Text Example

White with #457090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457090; }

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

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

background-color css

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

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

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

border-color css

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

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

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