Html Css Color HEX #404F53 Casal

📋 copy color: '#404F53'

red 64 ◦ green 79 ◦ blue 83

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

Shades of Casal #404F53

Tints of Casal #404F53

RGB

 RED value IS 64 (25.39% from 255) = 28.32%

 GREEN value IS 79 (31.25% from 255) = 34.96%

 BLUE value IS 83 (32.81% from 255) = 36.73%

R = 28.32%
G = 34.96%
B = 36.73%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#404F53 (or 0x404F53) is known color: Casal. HEX triplet: 40, 4F and 53. RGB value is (64,79,83). Sum of RGB (Red+Green+Blue) = 64+79+83=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 79 (31.25% from 255 or 34.96% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 83 - color contains mainly: blue. Hex color #404F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404F53 is #BFB0AC. Grayscale: #4A4A4A. Windows color (decimal): -12562605 or 5459776. OLE color: 5459776.

HSL color Cylindrical-coordinate representation of color #404F53: hue angle of 192.63º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #404F53 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 79 83 -
CMYK 0.23 0.05 0 0.67
HSL 192.63º 0.13% 0.29% -
HSV(B) 192.63º 0.23% 0.33% -
XYZ 6.47 7.31 9.25 -
YUV 74.97 132.53 120.17 -
System Red Green Blue C M Y K H S L
Decimal 64 79 83 0.23 0.05 0 0.67 192.63 0.13 0.29
Hex 40 4F 53 17 5 0 43 C1 D 1D
Octal 100 117 123 27 5 0 103 301 15 35
Binary 1000000 1001111 1010011 10111 101 0 1000011 11000001 1101 11101

Color Harmonies of #404F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404F53

Black with #404F53

Text Example


Text Example

White with #404F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404F53; }

 p { color: rgb(64,79,83); }

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

background-color css

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

 a { background-color: rgb(64,79,83); }

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

border-color css

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

 span { border-color: rgb(64,79,83); }

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