Html Css Color HEX #456683 Wedgewood

📋 copy color: '#456683'

red 69 ◦ green 102 ◦ blue 131

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

Shades of Wedgewood #456683

Tints of Wedgewood #456683

RGB

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

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

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

R = 22.85%
G = 33.77%
B = 43.38%

CMYK

 C value IS 0.47

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#456683 (or 0x456683) is known color: Wedgewood. HEX triplet: 45, 66 and 83. RGB value is (69,102,131). Sum of RGB (Red+Green+Blue) = 69+102+131=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 131 (51.56% from 255 or 43.38% from 302); Max value from RGB is 131 - color contains mainly: blue. Hex color #456683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456683 is #BA997C. Grayscale: #5F5F5F. Windows color (decimal): -12228989 or 8611397. OLE color: 8611397.

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

Color convert

RGB 69 102 131 -
CMYK 0.47 0.22 0 0.49
HSL 208.06º 0.31% 0.39% -
HSV(B) 208.06º 0.47% 0.51% -
XYZ 11.3 12.41 23.27 -
YUV 95.44 148.07 109.14 -
System Red Green Blue C M Y K H S L
Decimal 69 102 131 0.47 0.22 0 0.49 208.06 0.31 0.39
Hex 45 66 83 2F 16 0 31 D0 1F 27
Octal 105 146 203 57 26 0 61 320 37 47
Binary 1000101 1100110 10000011 101111 10110 0 110001 11010000 11111 100111

Color Harmonies of #456683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456683

Black with #456683

Text Example


Text Example

White with #456683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456683; }

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

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

background-color css

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

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

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

border-color css

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

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

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