Html Css Color HEX #465774 Chambray

📋 copy color: '#465774'

red 70 ◦ green 87 ◦ blue 116

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

Shades of Chambray #465774

Tints of Chambray #465774

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.87%

 BLUE value IS 116 (45.7% from 255) = 42.49%

R = 25.64%
G = 31.87%
B = 42.49%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#465774 (or 0x465774) is known color: Chambray. HEX triplet: 46, 57 and 74. RGB value is (70,87,116). Sum of RGB (Red+Green+Blue) = 70+87+116=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 116 - color contains mainly: blue. Hex color #465774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465774 is #B9A88B. Grayscale: #555555. Windows color (decimal): -12167308 or 7624518. OLE color: 7624518.

HSL color Cylindrical-coordinate representation of color #465774: hue angle of 217.83º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #465774 is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 87 116 -
CMYK 0.40 0.25 0 0.55
HSL 217.83º 0.25% 0.36% -
HSV(B) 217.83º 0.4% 0.45% -
XYZ 9.09 9.38 17.85 -
YUV 85.22 145.37 117.14 -
System Red Green Blue C M Y K H S L
Decimal 70 87 116 0.40 0.25 0 0.55 217.83 0.25 0.36
Hex 46 57 74 28 19 0 37 DA 19 24
Octal 106 127 164 50 31 0 67 332 31 44
Binary 1000110 1010111 1110100 101000 11001 0 110111 11011010 11001 100100

Color Harmonies of #465774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465774

Black with #465774

Text Example


Text Example

White with #465774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465774; }

 p { color: rgb(70,87,116); }

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

background-color css

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

 a { background-color: rgb(70,87,116); }

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

border-color css

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

 span { border-color: rgb(70,87,116); }

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