Html Css Color HEX #456588 Wedgewood

📋 copy color: '#456588'

red 69 ◦ green 101 ◦ blue 136

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

Shades of Wedgewood #456588

Tints of Wedgewood #456588

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.01%

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

R = 22.55%
G = 33.01%
B = 44.44%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#456588 (or 0x456588) is known color: Wedgewood. HEX triplet: 45, 65 and 88. RGB value is (69,101,136). Sum of RGB (Red+Green+Blue) = 69+101+136=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 136 - color contains mainly: blue. Hex color #456588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456588 is #BA9A77. Grayscale: #5F5F5F. Windows color (decimal): -12229240 or 8938821. OLE color: 8938821.

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

Color convert

RGB 69 101 136 -
CMYK 0.49 0.26 0 0.47
HSL 211.34º 0.33% 0.4% -
HSV(B) 211.34º 0.49% 0.53% -
XYZ 11.55 12.35 25.07 -
YUV 95.42 150.9 109.15 -
System Red Green Blue C M Y K H S L
Decimal 69 101 136 0.49 0.26 0 0.47 211.34 0.33 0.4
Hex 45 65 88 31 1A 0 2F D3 21 28
Octal 105 145 210 61 32 0 57 323 41 50
Binary 1000101 1100101 10001000 110001 11010 0 101111 11010011 100001 101000

Color Harmonies of #456588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456588

Black with #456588

Text Example


Text Example

White with #456588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456588; }

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

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

background-color css

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

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

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

border-color css

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

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

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