Html Css Color HEX #465F80 Chambray

📋 copy color: '#465F80'

red 70 ◦ green 95 ◦ blue 128

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

Shades of Chambray #465F80

Tints of Chambray #465F80

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.42%

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

R = 23.89%
G = 32.42%
B = 43.69%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#465F80 (or 0x465F80) is known color: Chambray. HEX triplet: 46, 5F and 80. RGB value is (70,95,128). Sum of RGB (Red+Green+Blue) = 70+95+128=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 128 - color contains mainly: blue. Hex color #465F80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465F80 is #B9A07F. Grayscale: #5B5B5B. Windows color (decimal): -12165248 or 8412998. OLE color: 8412998.

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

Color convert

RGB 70 95 128 -
CMYK 0.45 0.26 0 0.50
HSL 214.14º 0.29% 0.39% -
HSV(B) 214.14º 0.45% 0.5% -
XYZ 10.51 11.05 22 -
YUV 91.29 148.72 112.82 -
System Red Green Blue C M Y K H S L
Decimal 70 95 128 0.45 0.26 0 0.50 214.14 0.29 0.39
Hex 46 5F 80 2D 1A 0 32 D6 1D 27
Octal 106 137 200 55 32 0 62 326 35 47
Binary 1000110 1011111 10000000 101101 11010 0 110010 11010110 11101 100111

Color Harmonies of #465F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465F80

Black with #465F80

Text Example


Text Example

White with #465F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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