Html Css Color HEX #465355 Casal

📋 copy color: '#465355'

red 70 ◦ green 83 ◦ blue 85

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

Shades of Casal #465355

Tints of Casal #465355

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.87%

 BLUE value IS 85 (33.59% from 255) = 35.71%

R = 29.41%
G = 34.87%
B = 35.71%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#465355 (or 0x465355) is known color: Casal. HEX triplet: 46, 53 and 55. RGB value is (70,83,85). Sum of RGB (Red+Green+Blue) = 70+83+85=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 85 - color contains mainly: blue. Hex color #465355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465355 is #B9ACAA. Grayscale: #4F4F4F. Windows color (decimal): -12168363 or 5591878. OLE color: 5591878.

HSL color Cylindrical-coordinate representation of color #465355: hue angle of 188º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #465355 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 83 85 -
CMYK 0.18 0.02 0 0.67
HSL 188º 0.1% 0.3% -
HSV(B) 188º 0.18% 0.33% -
XYZ 7.26 8.14 9.78 -
YUV 79.34 131.19 121.34 -
System Red Green Blue C M Y K H S L
Decimal 70 83 85 0.18 0.02 0 0.67 188 0.1 0.3
Hex 46 53 55 12 2 0 43 BC A 1E
Octal 106 123 125 22 2 0 103 274 12 36
Binary 1000110 1010011 1010101 10010 10 0 1000011 10111100 1010 11110

Color Harmonies of #465355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465355

Black with #465355

Text Example


Text Example

White with #465355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465355; }

 p { color: rgb(70,83,85); }

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

background-color css

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

 a { background-color: rgb(70,83,85); }

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

border-color css

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

 span { border-color: rgb(70,83,85); }

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