Html Css Color HEX #465D7D Chambray

📋 copy color: '#465D7D'

red 70 ◦ green 93 ◦ blue 125

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

Shades of Chambray #465D7D

Tints of Chambray #465D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 43.4%

R = 24.31%
G = 32.29%
B = 43.4%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#465D7D (or 0x465D7D) is known color: Chambray. HEX triplet: 46, 5D and 7D. RGB value is (70,93,125). Sum of RGB (Red+Green+Blue) = 70+93+125=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 125 - color contains mainly: blue. Hex color #465D7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465D7D is #B9A282. Grayscale: #595959. Windows color (decimal): -12165763 or 8215878. OLE color: 8215878.

HSL color Cylindrical-coordinate representation of color #465D7D: hue angle of 214.91º 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 #465D7D is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 93 125 -
CMYK 0.44 0.26 0 0.51
HSL 214.91º 0.28% 0.38% -
HSV(B) 214.91º 0.44% 0.49% -
XYZ 10.14 10.61 20.92 -
YUV 89.77 147.88 113.9 -
System Red Green Blue C M Y K H S L
Decimal 70 93 125 0.44 0.26 0 0.51 214.91 0.28 0.38
Hex 46 5D 7D 2C 1A 0 33 D7 1C 26
Octal 106 135 175 54 32 0 63 327 34 46
Binary 1000110 1011101 1111101 101100 11010 0 110011 11010111 11100 100110

Color Harmonies of #465D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465D7D

Black with #465D7D

Text Example


Text Example

White with #465D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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