Html Css Color HEX #465875 Chambray

📋 copy color: '#465875'

red 70 ◦ green 88 ◦ blue 117

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

Shades of Chambray #465875

Tints of Chambray #465875

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32%

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

R = 25.45%
G = 32%
B = 42.55%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#465875 (or 0x465875) is known color: Chambray. HEX triplet: 46, 58 and 75. RGB value is (70,88,117). Sum of RGB (Red+Green+Blue) = 70+88+117=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 117 - color contains mainly: blue. Hex color #465875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465875 is #B9A78A. Grayscale: #555555. Windows color (decimal): -12167051 or 7690310. OLE color: 7690310.

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

Color convert

RGB 70 88 117 -
CMYK 0.40 0.25 0 0.54
HSL 217.02º 0.25% 0.37% -
HSV(B) 217.02º 0.4% 0.46% -
XYZ 9.23 9.57 18.19 -
YUV 85.92 145.54 116.64 -
System Red Green Blue C M Y K H S L
Decimal 70 88 117 0.40 0.25 0 0.54 217.02 0.25 0.37
Hex 46 58 75 28 19 0 36 D9 19 25
Octal 106 130 165 50 31 0 66 331 31 45
Binary 1000110 1011000 1110101 101000 11001 0 110110 11011001 11001 100101

Color Harmonies of #465875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465875

Black with #465875

Text Example


Text Example

White with #465875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465875; }

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

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

background-color css

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

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

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

border-color css

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

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

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