Html Css Color HEX #465C75 Chambray

📋 copy color: '#465C75'

red 70 ◦ green 92 ◦ blue 117

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

Shades of Chambray #465C75

Tints of Chambray #465C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 41.94%

R = 25.09%
G = 32.97%
B = 41.94%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#465C75 (or 0x465C75) is known color: Chambray. HEX triplet: 46, 5C and 75. RGB value is (70,92,117). Sum of RGB (Red+Green+Blue) = 70+92+117=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 117 - color contains mainly: blue. Hex color #465C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465C75 is #B9A38A. Grayscale: #585858. Windows color (decimal): -12166027 or 7691334. OLE color: 7691334.

HSL color Cylindrical-coordinate representation of color #465C75: hue angle of 211.91º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #465C75 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 92 117 -
CMYK 0.40 0.21 0 0.54
HSL 211.91º 0.25% 0.37% -
HSV(B) 211.91º 0.4% 0.46% -
XYZ 9.56 10.24 18.3 -
YUV 88.27 144.21 114.97 -
System Red Green Blue C M Y K H S L
Decimal 70 92 117 0.40 0.21 0 0.54 211.91 0.25 0.37
Hex 46 5C 75 28 15 0 36 D4 19 25
Octal 106 134 165 50 25 0 66 324 31 45
Binary 1000110 1011100 1110101 101000 10101 0 110110 11010100 11001 100101

Color Harmonies of #465C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465C75

Black with #465C75

Text Example


Text Example

White with #465C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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