Html Css Color HEX #456789 Wedgewood

📋 copy color: '#456789'

red 69 ◦ green 103 ◦ blue 137

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

Shades of Wedgewood #456789

Tints of Wedgewood #456789

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.33%

 BLUE value IS 137 (53.91% from 255) = 44.34%

R = 22.33%
G = 33.33%
B = 44.34%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#456789 (or 0x456789) is known color: Wedgewood. HEX triplet: 45, 67 and 89. RGB value is (69,103,137). Sum of RGB (Red+Green+Blue) = 69+103+137=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 137 - color contains mainly: blue. Hex color #456789 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456789 is #BA9876. Grayscale: #606060. Windows color (decimal): -12228727 or 9004869. OLE color: 9004869.

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

Color convert

RGB 69 103 137 -
CMYK 0.50 0.25 0 0.46
HSL 210º 0.33% 0.4% -
HSV(B) 210º 0.5% 0.54% -
XYZ 11.82 12.77 25.51 -
YUV 96.71 150.74 108.24 -
System Red Green Blue C M Y K H S L
Decimal 69 103 137 0.50 0.25 0 0.46 210 0.33 0.4
Hex 45 67 89 32 19 0 2E D2 21 28
Octal 105 147 211 62 31 0 56 322 41 50
Binary 1000101 1100111 10001001 110010 11001 0 101110 11010010 100001 101000

Color Harmonies of #456789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456789

Black with #456789

Text Example


Text Example

White with #456789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456789; }

 p { color: rgb(69,103,137); }

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

background-color css

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

 a { background-color: rgb(69,103,137); }

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

border-color css

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

 span { border-color: rgb(69,103,137); }

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