Html Css Color HEX #45628B Wedgewood

📋 copy color: '#45628B'

red 69 ◦ green 98 ◦ blue 139

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

Shades of Wedgewood #45628B

Tints of Wedgewood #45628B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.03%

 BLUE value IS 139 (54.69% from 255) = 45.42%

R = 22.55%
G = 32.03%
B = 45.42%

CMYK

 C value IS 0.50

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#45628B (or 0x45628B) is known color: Wedgewood. HEX triplet: 45, 62 and 8B. RGB value is (69,98,139). Sum of RGB (Red+Green+Blue) = 69+98+139=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 139 - color contains mainly: blue. Hex color #45628B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45628B is #BA9D74. Grayscale: #5D5D5D. Windows color (decimal): -12230005 or 9134661. OLE color: 9134661.

HSL color Cylindrical-coordinate representation of color #45628B: hue angle of 215.14º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #45628B is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 69 98 139 -
CMYK 0.50 0.29 0 0.45
HSL 215.14º 0.34% 0.41% -
HSV(B) 215.14º 0.5% 0.55% -
XYZ 11.48 11.86 26.11 -
YUV 94 153.39 110.17 -
System Red Green Blue C M Y K H S L
Decimal 69 98 139 0.50 0.29 0 0.45 215.14 0.34 0.41
Hex 45 62 8B 32 1D 0 2D D7 22 29
Octal 105 142 213 62 35 0 55 327 42 51
Binary 1000101 1100010 10001011 110010 11101 0 101101 11010111 100010 101001

Color Harmonies of #45628B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45628B

Black with #45628B

Text Example


Text Example

White with #45628B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45628B; }

 p { color: rgb(69,98,139); }

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

background-color css

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

 a { background-color: rgb(69,98,139); }

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

border-color css

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

 span { border-color: rgb(69,98,139); }

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