Html Css Color HEX #457091 Wedgewood

📋 copy color: '#457091'

red 69 ◦ green 112 ◦ blue 145

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

Shades of Wedgewood #457091

Tints of Wedgewood #457091

RGB

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

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

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

R = 21.17%
G = 34.36%
B = 44.48%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#457091 (or 0x457091) is known color: Wedgewood. HEX triplet: 45, 70 and 91. RGB value is (69,112,145). Sum of RGB (Red+Green+Blue) = 69+112+145=326 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.17% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 145 - color contains mainly: blue. Hex color #457091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457091 is #BA8F6E. Grayscale: #666666. Windows color (decimal): -12226415 or 9531461. OLE color: 9531461.

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

Color convert

RGB 69 112 145 -
CMYK 0.52 0.23 0 0.43
HSL 206.05º 0.36% 0.42% -
HSV(B) 206.05º 0.52% 0.57% -
XYZ 13.36 14.9 28.96 -
YUV 102.91 151.75 103.82 -
System Red Green Blue C M Y K H S L
Decimal 69 112 145 0.52 0.23 0 0.43 206.05 0.36 0.42
Hex 45 70 91 34 17 0 2B CE 24 2A
Octal 105 160 221 64 27 0 53 316 44 52
Binary 1000101 1110000 10010001 110100 10111 0 101011 11001110 100100 101010

Color Harmonies of #457091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457091

Black with #457091

Text Example


Text Example

White with #457091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457091; }

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

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

background-color css

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

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

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

border-color css

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

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

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