Html Css Color HEX #465B80 Chambray

📋 copy color: '#465B80'

red 70 ◦ green 91 ◦ blue 128

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

Shades of Chambray #465B80

Tints of Chambray #465B80

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.49%

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

R = 24.22%
G = 31.49%
B = 44.29%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#465B80 (or 0x465B80) is known color: Chambray. HEX triplet: 46, 5B and 80. RGB value is (70,91,128). Sum of RGB (Red+Green+Blue) = 70+91+128=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 128 (50.39% from 255 or 44.29% from 289); Max value from RGB is 128 - color contains mainly: blue. Hex color #465B80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465B80 is #B9A47F. Grayscale: #585858. Windows color (decimal): -12166272 or 8411974. OLE color: 8411974.

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

Color convert

RGB 70 91 128 -
CMYK 0.45 0.29 0 0.50
HSL 218.28º 0.29% 0.39% -
HSV(B) 218.28º 0.45% 0.5% -
XYZ 10.16 10.34 21.88 -
YUV 88.94 150.04 114.49 -
System Red Green Blue C M Y K H S L
Decimal 70 91 128 0.45 0.29 0 0.50 218.28 0.29 0.39
Hex 46 5B 80 2D 1D 0 32 DA 1D 27
Octal 106 133 200 55 35 0 62 332 35 47
Binary 1000110 1011011 10000000 101101 11101 0 110010 11011010 11101 100111

Color Harmonies of #465B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465B80

Black with #465B80

Text Example


Text Example

White with #465B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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