Html Css Color HEX #466082 Chambray

📋 copy color: '#466082'

red 70 ◦ green 96 ◦ blue 130

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

Shades of Chambray #466082

Tints of Chambray #466082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 43.92%

R = 23.65%
G = 32.43%
B = 43.92%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#466082 (or 0x466082) is known color: Chambray. HEX triplet: 46, 60 and 82. RGB value is (70,96,130). Sum of RGB (Red+Green+Blue) = 70+96+130=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 130 (51.17% from 255 or 43.92% from 296); Max value from RGB is 130 - color contains mainly: blue. Hex color #466082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466082 is #B99F7D. Grayscale: #5B5B5B. Windows color (decimal): -12164990 or 8544326. OLE color: 8544326.

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

Color convert

RGB 70 96 130 -
CMYK 0.46 0.26 0 0.49
HSL 214º 0.3% 0.39% -
HSV(B) 214º 0.46% 0.51% -
XYZ 10.74 11.28 22.73 -
YUV 92.1 149.39 112.24 -
System Red Green Blue C M Y K H S L
Decimal 70 96 130 0.46 0.26 0 0.49 214 0.3 0.39
Hex 46 60 82 2E 1A 0 31 D6 1E 27
Octal 106 140 202 56 32 0 61 326 36 47
Binary 1000110 1100000 10000010 101110 11010 0 110001 11010110 11110 100111

Color Harmonies of #466082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466082

Black with #466082

Text Example


Text Example

White with #466082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466082; }

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

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

background-color css

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

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

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

border-color css

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

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

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