Html Css Color HEX #457297 Wedgewood

📋 copy color: '#457297'

red 69 ◦ green 114 ◦ blue 151

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

Shades of Wedgewood #457297

Tints of Wedgewood #457297

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.13%

 BLUE value IS 151 (59.38% from 255) = 45.21%

R = 20.66%
G = 34.13%
B = 45.21%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#457297 (or 0x457297) is known color: Wedgewood. HEX triplet: 45, 72 and 97. RGB value is (69,114,151). Sum of RGB (Red+Green+Blue) = 69+114+151=334 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.66% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 151 (59.38% from 255 or 45.21% from 334); Max value from RGB is 151 - color contains mainly: blue. Hex color #457297 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457297 is #BA8D68. Grayscale: #686868. Windows color (decimal): -12225897 or 9925189. OLE color: 9925189.

HSL color Cylindrical-coordinate representation of color #457297: hue angle of 207.07º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #457297 is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 69 114 151 -
CMYK 0.54 0.25 0 0.41
HSL 207.07º 0.37% 0.43% -
HSV(B) 207.07º 0.54% 0.59% -
XYZ 14.06 15.53 31.54 -
YUV 104.76 154.09 102.49 -
System Red Green Blue C M Y K H S L
Decimal 69 114 151 0.54 0.25 0 0.41 207.07 0.37 0.43
Hex 45 72 97 36 19 0 29 CF 25 2B
Octal 105 162 227 66 31 0 51 317 45 53
Binary 1000101 1110010 10010111 110110 11001 0 101001 11001111 100101 101011

Color Harmonies of #457297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457297

Black with #457297

Text Example


Text Example

White with #457297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457297; }

 p { color: rgb(69,114,151); }

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

background-color css

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

 a { background-color: rgb(69,114,151); }

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

border-color css

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

 span { border-color: rgb(69,114,151); }

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