Html Css Color HEX #465975 Chambray

📋 copy color: '#465975'

red 70 ◦ green 89 ◦ blue 117

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

Shades of Chambray #465975

Tints of Chambray #465975

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.25%

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

R = 25.36%
G = 32.25%
B = 42.39%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#465975 (or 0x465975) is known color: Chambray. HEX triplet: 46, 59 and 75. RGB value is (70,89,117). Sum of RGB (Red+Green+Blue) = 70+89+117=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 117 (46.09% from 255 or 42.39% from 276); Max value from RGB is 117 - color contains mainly: blue. Hex color #465975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465975 is #B9A68A. Grayscale: #565656. Windows color (decimal): -12166795 or 7690566. OLE color: 7690566.

HSL color Cylindrical-coordinate representation of color #465975: hue angle of 215.74º 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 #465975 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 89 117 -
CMYK 0.40 0.24 0 0.54
HSL 215.74º 0.25% 0.37% -
HSV(B) 215.74º 0.4% 0.46% -
XYZ 9.31 9.73 18.22 -
YUV 86.51 145.21 116.22 -
System Red Green Blue C M Y K H S L
Decimal 70 89 117 0.40 0.24 0 0.54 215.74 0.25 0.37
Hex 46 59 75 28 18 0 36 D8 19 25
Octal 106 131 165 50 30 0 66 330 31 45
Binary 1000110 1011001 1110101 101000 11000 0 110110 11011000 11001 100101

Color Harmonies of #465975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465975

Black with #465975

Text Example


Text Example

White with #465975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465975; }

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

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

background-color css

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

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

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

border-color css

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

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

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