Html Css Color HEX #466283 Wedgewood

📋 copy color: '#466283'

red 70 ◦ green 98 ◦ blue 131

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

Shades of Wedgewood #466283

Tints of Wedgewood #466283

RGB

 RED value IS 70 (27.73% from 255) = 23.41%

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

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

R = 23.41%
G = 32.78%
B = 43.81%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#466283 (or 0x466283) is known color: Wedgewood. HEX triplet: 46, 62 and 83. RGB value is (70,98,131). Sum of RGB (Red+Green+Blue) = 70+98+131=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 131 - color contains mainly: blue. Hex color #466283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466283 is #B99D7C. Grayscale: #5D5D5D. Windows color (decimal): -12164477 or 8610374. OLE color: 8610374.

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

Color convert

RGB 70 98 131 -
CMYK 0.47 0.25 0 0.49
HSL 212.46º 0.3% 0.39% -
HSV(B) 212.46º 0.47% 0.51% -
XYZ 10.99 11.68 23.15 -
YUV 93.39 149.22 111.32 -
System Red Green Blue C M Y K H S L
Decimal 70 98 131 0.47 0.25 0 0.49 212.46 0.3 0.39
Hex 46 62 83 2F 19 0 31 D4 1E 27
Octal 106 142 203 57 31 0 61 324 36 47
Binary 1000110 1100010 10000011 101111 11001 0 110001 11010100 11110 100111

Color Harmonies of #466283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466283

Black with #466283

Text Example


Text Example

White with #466283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466283; }

 p { color: rgb(70,98,131); }

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

background-color css

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

 a { background-color: rgb(70,98,131); }

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

border-color css

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

 span { border-color: rgb(70,98,131); }

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