Html Css Color HEX #466080 Chambray

📋 copy color: '#466080'

red 70 ◦ green 96 ◦ blue 128

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

Shades of Chambray #466080

Tints of Chambray #466080

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.65%

 BLUE value IS 128 (50.39% from 255) = 43.54%

R = 23.81%
G = 32.65%
B = 43.54%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#466080 (or 0x466080) is known color: Chambray. HEX triplet: 46, 60 and 80. RGB value is (70,96,128). Sum of RGB (Red+Green+Blue) = 70+96+128=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 128 - color contains mainly: blue. Hex color #466080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466080 is #B99F7F. Grayscale: #5B5B5B. Windows color (decimal): -12164992 or 8413254. OLE color: 8413254.

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

Color convert

RGB 70 96 128 -
CMYK 0.45 0.25 0 0.50
HSL 213.1º 0.29% 0.39% -
HSV(B) 213.1º 0.45% 0.5% -
XYZ 10.6 11.23 22.03 -
YUV 91.87 148.39 112.4 -
System Red Green Blue C M Y K H S L
Decimal 70 96 128 0.45 0.25 0 0.50 213.1 0.29 0.39
Hex 46 60 80 2D 19 0 32 D5 1D 27
Octal 106 140 200 55 31 0 62 325 35 47
Binary 1000110 1100000 10000000 101101 11001 0 110010 11010101 11101 100111

Color Harmonies of #466080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466080

Black with #466080

Text Example


Text Example

White with #466080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466080; }

 p { color: rgb(70,96,128); }

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

background-color css

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

 a { background-color: rgb(70,96,128); }

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

border-color css

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

 span { border-color: rgb(70,96,128); }

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