Html Css Color HEX #456985 Wedgewood

📋 copy color: '#456985'

red 69 ◦ green 105 ◦ blue 133

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

Shades of Wedgewood #456985

Tints of Wedgewood #456985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 43.32%

R = 22.48%
G = 34.2%
B = 43.32%

CMYK

 C value IS 0.48

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#456985 (or 0x456985) is known color: Wedgewood. HEX triplet: 45, 69 and 85. RGB value is (69,105,133). Sum of RGB (Red+Green+Blue) = 69+105+133=307 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.48% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 133 - color contains mainly: blue. Hex color #456985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456985 is #BA967A. Grayscale: #616161. Windows color (decimal): -12228219 or 8743237. OLE color: 8743237.

HSL color Cylindrical-coordinate representation of color #456985: hue angle of 206.25º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #456985 is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 69 105 133 -
CMYK 0.48 0.21 0 0.48
HSL 206.25º 0.32% 0.4% -
HSV(B) 206.25º 0.48% 0.52% -
XYZ 11.74 13.06 24.09 -
YUV 97.43 148.07 107.72 -
System Red Green Blue C M Y K H S L
Decimal 69 105 133 0.48 0.21 0 0.48 206.25 0.32 0.4
Hex 45 69 85 30 15 0 30 CE 20 28
Octal 105 151 205 60 25 0 60 316 40 50
Binary 1000101 1101001 10000101 110000 10101 0 110000 11001110 100000 101000

Color Harmonies of #456985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456985

Black with #456985

Text Example


Text Example

White with #456985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456985; }

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

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

background-color css

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

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

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

border-color css

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

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

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