Html Css Color HEX #456893 Wedgewood

📋 copy color: '#456893'

red 69 ◦ green 104 ◦ blue 147

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

Shades of Wedgewood #456893

Tints of Wedgewood #456893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 45.94%

R = 21.56%
G = 32.5%
B = 45.94%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#456893 (or 0x456893) is known color: Wedgewood. HEX triplet: 45, 68 and 93. RGB value is (69,104,147). Sum of RGB (Red+Green+Blue) = 69+104+147=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 147 (57.81% from 255 or 45.94% from 320); Max value from RGB is 147 - color contains mainly: blue. Hex color #456893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456893 is #BA976C. Grayscale: #626262. Windows color (decimal): -12228461 or 9660485. OLE color: 9660485.

HSL color Cylindrical-coordinate representation of color #456893: hue angle of 213.08º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #456893 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 69 104 147 -
CMYK 0.53 0.29 0 0.42
HSL 213.08º 0.36% 0.42% -
HSV(B) 213.08º 0.53% 0.58% -
XYZ 12.67 13.27 29.5 -
YUV 98.44 155.4 107 -
System Red Green Blue C M Y K H S L
Decimal 69 104 147 0.53 0.29 0 0.42 213.08 0.36 0.42
Hex 45 68 93 35 1D 0 2A D5 24 2A
Octal 105 150 223 65 35 0 52 325 44 52
Binary 1000101 1101000 10010011 110101 11101 0 101010 11010101 100100 101010

Color Harmonies of #456893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456893

Black with #456893

Text Example


Text Example

White with #456893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456893; }

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

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

background-color css

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

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

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

border-color css

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

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

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