Html Css Color HEX #456388 Wedgewood

📋 copy color: '#456388'

red 69 ◦ green 99 ◦ blue 136

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

Shades of Wedgewood #456388

Tints of Wedgewood #456388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 44.74%

R = 22.7%
G = 32.57%
B = 44.74%

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

#456388 (or 0x456388) is known color: Wedgewood. HEX triplet: 45, 63 and 88. RGB value is (69,99,136). Sum of RGB (Red+Green+Blue) = 69+99+136=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 136 - color contains mainly: blue. Hex color #456388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456388 is #BA9C77. Grayscale: #5E5E5E. Windows color (decimal): -12229752 or 8938309. OLE color: 8938309.

HSL color Cylindrical-coordinate representation of color #456388: hue angle of 213.13º degrees, saturation: 0.33, 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 #456388 is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 69 99 136 -
CMYK 0.49 0.27 0 0.47
HSL 213.13º 0.33% 0.4% -
HSV(B) 213.13º 0.49% 0.53% -
XYZ 11.36 11.97 25 -
YUV 94.25 151.56 109.99 -
System Red Green Blue C M Y K H S L
Decimal 69 99 136 0.49 0.27 0 0.47 213.13 0.33 0.4
Hex 45 63 88 31 1B 0 2F D5 21 28
Octal 105 143 210 61 33 0 57 325 41 50
Binary 1000101 1100011 10001000 110001 11011 0 101111 11010101 100001 101000

Color Harmonies of #456388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456388

Black with #456388

Text Example


Text Example

White with #456388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456388; }

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

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

background-color css

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

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

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

border-color css

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

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

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