Html Css Color HEX #434E50 Casal

📋 copy color: '#434E50'

red 67 ◦ green 78 ◦ blue 80

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

Shades of Casal #434E50

Tints of Casal #434E50

RGB

 RED value IS 67 (26.56% from 255) = 29.78%

 GREEN value IS 78 (30.86% from 255) = 34.67%

 BLUE value IS 80 (31.64% from 255) = 35.56%

R = 29.78%
G = 34.67%
B = 35.56%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#434E50 (or 0x434E50) is known color: Casal. HEX triplet: 43, 4E and 50. RGB value is (67,78,80). Sum of RGB (Red+Green+Blue) = 67+78+80=225 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.78% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 80 - color contains mainly: blue. Hex color #434E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434E50 is #BCB1AF. Grayscale: #4A4A4A. Windows color (decimal): -12366256 or 5262915. OLE color: 5262915.

HSL color Cylindrical-coordinate representation of color #434E50: hue angle of 189.23º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #434E50 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 67 78 80 -
CMYK 0.16 0.02 0 0.69
HSL 189.23º 0.09% 0.29% -
HSV(B) 189.23º 0.16% 0.31% -
XYZ 6.49 7.22 8.64 -
YUV 74.94 130.86 122.34 -
System Red Green Blue C M Y K H S L
Decimal 67 78 80 0.16 0.02 0 0.69 189.23 0.09 0.29
Hex 43 4E 50 10 2 0 45 BD 9 1D
Octal 103 116 120 20 2 0 105 275 11 35
Binary 1000011 1001110 1010000 10000 10 0 1000101 10111101 1001 11101

Color Harmonies of #434E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434E50

Black with #434E50

Text Example


Text Example

White with #434E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434E50; }

 p { color: rgb(67,78,80); }

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

background-color css

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

 a { background-color: rgb(67,78,80); }

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

border-color css

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

 span { border-color: rgb(67,78,80); }

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