Html Css Color HEX #465D7B Chambray

📋 copy color: '#465D7B'

red 70 ◦ green 93 ◦ blue 123

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

Shades of Chambray #465D7B

Tints of Chambray #465D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 43.01%

R = 24.48%
G = 32.52%
B = 43.01%

CMYK

 C value IS 0.43

 M value IS 0.24

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#465D7B (or 0x465D7B) is known color: Chambray. HEX triplet: 46, 5D and 7B. RGB value is (70,93,123). Sum of RGB (Red+Green+Blue) = 70+93+123=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 123 - color contains mainly: blue. Hex color #465D7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465D7B is #B9A284. Grayscale: #595959. Windows color (decimal): -12165765 or 8084806. OLE color: 8084806.

HSL color Cylindrical-coordinate representation of color #465D7B: hue angle of 213.96º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #465D7B is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 70 93 123 -
CMYK 0.43 0.24 0 0.52
HSL 213.96º 0.27% 0.38% -
HSV(B) 213.96º 0.43% 0.48% -
XYZ 10.02 10.56 20.25 -
YUV 89.54 146.88 114.06 -
System Red Green Blue C M Y K H S L
Decimal 70 93 123 0.43 0.24 0 0.52 213.96 0.27 0.38
Hex 46 5D 7B 2B 18 0 34 D6 1B 26
Octal 106 135 173 53 30 0 64 326 33 46
Binary 1000110 1011101 1111011 101011 11000 0 110100 11010110 11011 100110

Color Harmonies of #465D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465D7B

Black with #465D7B

Text Example


Text Example

White with #465D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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