Html Css Color HEX #45688A Wedgewood

📋 copy color: '#45688A'

red 69 ◦ green 104 ◦ blue 138

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

Shades of Wedgewood #45688A

Tints of Wedgewood #45688A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.44%

 BLUE value IS 138 (54.3% from 255) = 44.37%

R = 22.19%
G = 33.44%
B = 44.37%

CMYK

 C value IS 0.5

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#45688A (or 0x45688A) is known color: Wedgewood. HEX triplet: 45, 68 and 8A. RGB value is (69,104,138). Sum of RGB (Red+Green+Blue) = 69+104+138=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 138 (54.30% from 255 or 44.37% from 311); Max value from RGB is 138 - color contains mainly: blue. Hex color #45688A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45688A is #BA9775. Grayscale: #616161. Windows color (decimal): -12228470 or 9070661. OLE color: 9070661.

HSL color Cylindrical-coordinate representation of color #45688A: hue angle of 209.57º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #45688A is Cyan = 0.5, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 69 104 138 -
CMYK 0.5 0.25 0 0.46
HSL 209.57º 0.33% 0.41% -
HSV(B) 209.57º 0.5% 0.54% -
XYZ 11.99 13 25.92 -
YUV 97.41 150.9 107.74 -
System Red Green Blue C M Y K H S L
Decimal 69 104 138 0.5 0.25 0 0.46 209.57 0.33 0.41
Hex 45 68 8A 32 19 0 2E D2 21 29
Octal 105 150 212 62 31 0 56 322 41 51
Binary 1000101 1101000 10001010 110010 11001 0 101110 11010010 100001 101001

Color Harmonies of #45688A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45688A

Black with #45688A

Text Example


Text Example

White with #45688A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45688A; }

 p { color: rgb(69,104,138); }

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

background-color css

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

 a { background-color: rgb(69,104,138); }

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

border-color css

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

 span { border-color: rgb(69,104,138); }

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