Html Css Color HEX #456783 Wedgewood

📋 copy color: '#456783'

red 69 ◦ green 103 ◦ blue 131

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

Shades of Wedgewood #456783

Tints of Wedgewood #456783

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 43.23%

R = 22.77%
G = 33.99%
B = 43.23%

CMYK

 C value IS 0.47

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#456783 (or 0x456783) is known color: Wedgewood. HEX triplet: 45, 67 and 83. RGB value is (69,103,131). Sum of RGB (Red+Green+Blue) = 69+103+131=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 131 (51.56% from 255 or 43.23% from 303); Max value from RGB is 131 - color contains mainly: blue. Hex color #456783 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456783 is #BA987C. Grayscale: #5F5F5F. Windows color (decimal): -12228733 or 8611653. OLE color: 8611653.

HSL color Cylindrical-coordinate representation of color #456783: hue angle of 207.1º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #456783 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 69 103 131 -
CMYK 0.47 0.21 0 0.49
HSL 207.1º 0.31% 0.39% -
HSV(B) 207.1º 0.47% 0.51% -
XYZ 11.4 12.6 23.3 -
YUV 96.03 147.74 108.72 -
System Red Green Blue C M Y K H S L
Decimal 69 103 131 0.47 0.21 0 0.49 207.1 0.31 0.39
Hex 45 67 83 2F 15 0 31 CF 1F 27
Octal 105 147 203 57 25 0 61 317 37 47
Binary 1000101 1100111 10000011 101111 10101 0 110001 11001111 11111 100111

Color Harmonies of #456783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456783

Black with #456783

Text Example


Text Example

White with #456783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456783; }

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

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

background-color css

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

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

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

border-color css

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

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

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