#465A5D

Color #465A5D Casal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casal #465A5D

Tints of Casal #465A5D

Color information

#465A5D (or 0x465A5D) is unknown color: approx Casal. HEX triplet: 46, 5A and 5D. RGB value is (70,90,93). Sum of RGB (Red+Green+Blue) = 70+90+93=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 93 - color contains mainly: blue. Hex color #465A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465A5D is #B9A5A2. Grayscale: #545454. Windows color (decimal): -12166563 or 6117958. OLE color: 6117958.

HSL color Cylindrical-coordinate representation of color #465A5D: hue angle of 187.83º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #465A5D is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB709093-
CMYK0.250.0300.64
HSL187.83º14.11%31.96%-
HSV(B)187.83º24.73%36.47%-
XYZ8.169.411.74-
YUV84.36132.87117.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.67%
GREEN value IS 90 (35.55% from 255) = 35.57%
BLUE value IS 93 (36.72% from 255) = 36.76%
R=27.67%
G=35.57%
B=36.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7090930.250.0300.64187.8314.1131.96
Hex465A5D193040bce20
Octal10613213531301002741640
Binary100011010110101011101110011101000000101111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #465A5D;
 }
 .AnyTagClassName
 {
   color: #465A5D;
 }
</style>
background-color css

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

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

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

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

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

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