Html Css Color HEX #456688 Wedgewood

📋 copy color: '#456688'

red 69 ◦ green 102 ◦ blue 136

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

Shades of Wedgewood #456688

Tints of Wedgewood #456688

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.22%

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

R = 22.48%
G = 33.22%
B = 44.3%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#456688 (or 0x456688) is known color: Wedgewood. HEX triplet: 45, 66 and 88. RGB value is (69,102,136). Sum of RGB (Red+Green+Blue) = 69+102+136=307 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.48% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 136 - color contains mainly: blue. Hex color #456688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456688 is #BA9977. Grayscale: #5F5F5F. Windows color (decimal): -12228984 or 8939077. OLE color: 8939077.

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

Color convert

RGB 69 102 136 -
CMYK 0.49 0.25 0 0.47
HSL 210.45º 0.33% 0.4% -
HSV(B) 210.45º 0.49% 0.53% -
XYZ 11.65 12.55 25.1 -
YUV 96.01 150.57 108.74 -
System Red Green Blue C M Y K H S L
Decimal 69 102 136 0.49 0.25 0 0.47 210.45 0.33 0.4
Hex 45 66 88 31 19 0 2F D2 21 28
Octal 105 146 210 61 31 0 57 322 41 50
Binary 1000101 1100110 10001000 110001 11001 0 101111 11010010 100001 101000

Color Harmonies of #456688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456688

Black with #456688

Text Example


Text Example

White with #456688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456688; }

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

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

background-color css

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

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

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

border-color css

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

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

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