Html Css Color HEX #465A5D Casal

📋 copy color: '#465A5D'

red 70 ◦ green 90 ◦ blue 93

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

Shades of Casal #465A5D

Tints of Casal #465A5D

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 value IS 0.25

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#465A5D (or 0x465A5D) is known color: 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

RGB 70 90 93 -
CMYK 0.25 0.03 0 0.64
HSL 187.83º 0.14% 0.32% -
HSV(B) 187.83º 0.25% 0.36% -
XYZ 8.16 9.4 11.74 -
YUV 84.36 132.87 117.76 -
System Red Green Blue C M Y K H S L
Decimal 70 90 93 0.25 0.03 0 0.64 187.83 0.14 0.32
Hex 46 5A 5D 19 3 0 40 BC E 20
Octal 106 132 135 31 3 0 100 274 16 40
Binary 1000110 1011010 1011101 11001 11 0 1000000 10111100 1110 100000

Color Harmonies of #465A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465A5D

Black with #465A5D

Text Example


Text Example

White with #465A5D

Text Example


Text Example

HTML Codes & Css Web 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>