Html Css Color HEX #456993 Wedgewood

📋 copy color: '#456993'

red 69 ◦ green 105 ◦ blue 147

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

Shades of Wedgewood #456993

Tints of Wedgewood #456993

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.71%

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

R = 21.5%
G = 32.71%
B = 45.79%

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

#456993 (or 0x456993) is known color: Wedgewood. HEX triplet: 45, 69 and 93. RGB value is (69,105,147). Sum of RGB (Red+Green+Blue) = 69+105+147=321 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.50% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 147 - color contains mainly: blue. Hex color #456993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456993 is #BA966C. Grayscale: #626262. Windows color (decimal): -12228205 or 9660741. OLE color: 9660741.

HSL color Cylindrical-coordinate representation of color #456993: hue angle of 212.31º 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 #456993 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 69 105 147 -
CMYK 0.53 0.29 0 0.42
HSL 212.31º 0.36% 0.42% -
HSV(B) 212.31º 0.53% 0.58% -
XYZ 12.77 13.47 29.53 -
YUV 99.02 155.07 106.58 -
System Red Green Blue C M Y K H S L
Decimal 69 105 147 0.53 0.29 0 0.42 212.31 0.36 0.42
Hex 45 69 93 35 1D 0 2A D4 24 2A
Octal 105 151 223 65 35 0 52 324 44 52
Binary 1000101 1101001 10010011 110101 11101 0 101010 11010100 100100 101010

Color Harmonies of #456993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456993

Black with #456993

Text Example


Text Example

White with #456993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456993; }

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

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

background-color css

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

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

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

border-color css

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

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

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