Html Css Color HEX #465D7C Chambray

📋 copy color: '#465D7C'

red 70 ◦ green 93 ◦ blue 124

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

Shades of Chambray #465D7C

Tints of Chambray #465D7C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.4%

 BLUE value IS 124 (48.83% from 255) = 43.21%

R = 24.39%
G = 32.4%
B = 43.21%

CMYK

 C value IS 0.44

 M value IS 0.25

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#465D7C (or 0x465D7C) is known color: Chambray. HEX triplet: 46, 5D and 7C. RGB value is (70,93,124). Sum of RGB (Red+Green+Blue) = 70+93+124=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 124 - color contains mainly: blue. Hex color #465D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465D7C is #B9A283. Grayscale: #595959. Windows color (decimal): -12165764 or 8150342. OLE color: 8150342.

HSL color Cylindrical-coordinate representation of color #465D7C: hue angle of 214.44º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #465D7C is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 93 124 -
CMYK 0.44 0.25 0 0.51
HSL 214.44º 0.28% 0.38% -
HSV(B) 214.44º 0.44% 0.49% -
XYZ 10.08 10.59 20.58 -
YUV 89.66 147.38 113.98 -
System Red Green Blue C M Y K H S L
Decimal 70 93 124 0.44 0.25 0 0.51 214.44 0.28 0.38
Hex 46 5D 7C 2C 19 0 33 D6 1C 26
Octal 106 135 174 54 31 0 63 326 34 46
Binary 1000110 1011101 1111100 101100 11001 0 110011 11010110 11100 100110

Color Harmonies of #465D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465D7C

Black with #465D7C

Text Example


Text Example

White with #465D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,93,124); }

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

background-color css

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

 a { background-color: rgb(70,93,124); }

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

border-color css

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

 span { border-color: rgb(70,93,124); }

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