Html Css Color HEX #465780 Chambray

📋 copy color: '#465780'

red 70 ◦ green 87 ◦ blue 128

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

Shades of Chambray #465780

Tints of Chambray #465780

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.53%

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

R = 24.56%
G = 30.53%
B = 44.91%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#465780 (or 0x465780) is known color: Chambray. HEX triplet: 46, 57 and 80. RGB value is (70,87,128). Sum of RGB (Red+Green+Blue) = 70+87+128=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 128 (50.39% from 255 or 44.91% from 285); Max value from RGB is 128 - color contains mainly: blue. Hex color #465780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465780 is #B9A87F. Grayscale: #565656. Windows color (decimal): -12167296 or 8410950. OLE color: 8410950.

HSL color Cylindrical-coordinate representation of color #465780: hue angle of 222.41º 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 #465780 is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 87 128 -
CMYK 0.45 0.32 0 0.50
HSL 222.41º 0.29% 0.39% -
HSV(B) 222.41º 0.45% 0.5% -
XYZ 9.83 9.68 21.77 -
YUV 86.59 151.37 116.17 -
System Red Green Blue C M Y K H S L
Decimal 70 87 128 0.45 0.32 0 0.50 222.41 0.29 0.39
Hex 46 57 80 2D 20 0 32 DE 1D 27
Octal 106 127 200 55 40 0 62 336 35 47
Binary 1000110 1010111 10000000 101101 100000 0 110010 11011110 11101 100111

Color Harmonies of #465780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465780

Black with #465780

Text Example


Text Example

White with #465780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465780; }

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

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

background-color css

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

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

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

border-color css

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

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

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