Html Css Color HEX #465C87 Chambray

📋 copy color: '#465C87'

red 70 ◦ green 92 ◦ blue 135

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

Shades of Chambray #465C87

Tints of Chambray #465C87

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.98%

 BLUE value IS 135 (53.13% from 255) = 45.45%

R = 23.57%
G = 30.98%
B = 45.45%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#465C87 (or 0x465C87) is known color: Chambray. HEX triplet: 46, 5C and 87. RGB value is (70,92,135). Sum of RGB (Red+Green+Blue) = 70+92+135=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 135 (53.12% from 255 or 45.45% from 297); Max value from RGB is 135 - color contains mainly: blue. Hex color #465C87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465C87 is #B9A378. Grayscale: #5A5A5A. Windows color (decimal): -12166009 or 8870982. OLE color: 8870982.

HSL color Cylindrical-coordinate representation of color #465C87: hue angle of 219.69º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #465C87 is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 92 135 -
CMYK 0.48 0.32 0 0.47
HSL 219.69º 0.32% 0.4% -
HSV(B) 219.69º 0.48% 0.53% -
XYZ 10.73 10.71 24.42 -
YUV 90.32 153.21 113.5 -
System Red Green Blue C M Y K H S L
Decimal 70 92 135 0.48 0.32 0 0.47 219.69 0.32 0.4
Hex 46 5C 87 30 20 0 2F DC 20 28
Octal 106 134 207 60 40 0 57 334 40 50
Binary 1000110 1011100 10000111 110000 100000 0 101111 11011100 100000 101000

Color Harmonies of #465C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465C87

Black with #465C87

Text Example


Text Example

White with #465C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,92,135); }

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

background-color css

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

 a { background-color: rgb(70,92,135); }

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

border-color css

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

 span { border-color: rgb(70,92,135); }

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