Html Css Color HEX #456387 Wedgewood

📋 copy color: '#456387'

red 69 ◦ green 99 ◦ blue 135

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

Shades of Wedgewood #456387

Tints of Wedgewood #456387

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.67%

 BLUE value IS 135 (53.13% from 255) = 44.55%

R = 22.77%
G = 32.67%
B = 44.55%

CMYK

 C value IS 0.49

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#456387 (or 0x456387) is known color: Wedgewood. HEX triplet: 45, 63 and 87. RGB value is (69,99,135). Sum of RGB (Red+Green+Blue) = 69+99+135=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 135 - color contains mainly: blue. Hex color #456387 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456387 is #BA9C78. Grayscale: #5D5D5D. Windows color (decimal): -12229753 or 8872773. OLE color: 8872773.

HSL color Cylindrical-coordinate representation of color #456387: hue angle of 212.73º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #456387 is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 69 99 135 -
CMYK 0.49 0.27 0 0.47
HSL 212.73º 0.32% 0.4% -
HSV(B) 212.73º 0.49% 0.53% -
XYZ 11.29 11.94 24.63 -
YUV 94.13 151.06 110.07 -
System Red Green Blue C M Y K H S L
Decimal 69 99 135 0.49 0.27 0 0.47 212.73 0.32 0.4
Hex 45 63 87 31 1B 0 2F D5 20 28
Octal 105 143 207 61 33 0 57 325 40 50
Binary 1000101 1100011 10000111 110001 11011 0 101111 11010101 100000 101000

Color Harmonies of #456387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456387

Black with #456387

Text Example


Text Example

White with #456387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456387; }

 p { color: rgb(69,99,135); }

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

background-color css

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

 a { background-color: rgb(69,99,135); }

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

border-color css

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

 span { border-color: rgb(69,99,135); }

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