Html Css Color HEX #456285 Wedgewood

📋 copy color: '#456285'

red 69 ◦ green 98 ◦ blue 133

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

Shades of Wedgewood #456285

Tints of Wedgewood #456285

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.67%

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

R = 23%
G = 32.67%
B = 44.33%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#456285 (or 0x456285) is known color: Wedgewood. HEX triplet: 45, 62 and 85. RGB value is (69,98,133). Sum of RGB (Red+Green+Blue) = 69+98+133=300 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 133 - color contains mainly: blue. Hex color #456285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456285 is #BA9D7A. Grayscale: #5D5D5D. Windows color (decimal): -12230011 or 8741445. OLE color: 8741445.

HSL color Cylindrical-coordinate representation of color #456285: hue angle of 212.81º 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 #456285 is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 69 98 133 -
CMYK 0.48 0.26 0 0.48
HSL 212.81º 0.32% 0.4% -
HSV(B) 212.81º 0.48% 0.52% -
XYZ 11.06 11.69 23.86 -
YUV 93.32 150.39 110.65 -
System Red Green Blue C M Y K H S L
Decimal 69 98 133 0.48 0.26 0 0.48 212.81 0.32 0.4
Hex 45 62 85 30 1A 0 30 D5 20 28
Octal 105 142 205 60 32 0 60 325 40 50
Binary 1000101 1100010 10000101 110000 11010 0 110000 11010101 100000 101000

Color Harmonies of #456285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456285

Black with #456285

Text Example


Text Example

White with #456285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456285; }

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

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

background-color css

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

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

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

border-color css

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

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

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