Html Css Color HEX #474D4E Casal

📋 copy color: '#474D4E'

red 71 ◦ green 77 ◦ blue 78

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

Shades of Casal #474D4E

Tints of Casal #474D4E

RGB

 RED value IS 71 (28.13% from 255) = 31.42%

 GREEN value IS 77 (30.47% from 255) = 34.07%

 BLUE value IS 78 (30.86% from 255) = 34.51%

R = 31.42%
G = 34.07%
B = 34.51%

CMYK

 C value IS 0.09

 M value IS 0.01

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#474D4E (or 0x474D4E) is known color: Casal. HEX triplet: 47, 4D and 4E. RGB value is (71,77,78). Sum of RGB (Red+Green+Blue) = 71+77+78=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 78 - color contains mainly: blue. Hex color #474D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474D4E is #B8B2B1. Grayscale: #4B4B4B. Windows color (decimal): -12104370 or 5131591. OLE color: 5131591.

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

Color convert

RGB 71 77 78 -
CMYK 0.09 0.01 0 0.69
HSL 188.57º 0.05% 0.29% -
HSV(B) 188.57º 0.09% 0.31% -
XYZ 6.63 7.2 8.25 -
YUV 75.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 71 77 78 0.09 0.01 0 0.69 188.57 0.05 0.29
Hex 47 4D 4E 9 1 0 45 BD 5 1D
Octal 107 115 116 11 1 0 105 275 5 35
Binary 1000111 1001101 1001110 1001 1 0 1000101 10111101 101 11101

Color Harmonies of #474D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474D4E

Black with #474D4E

Text Example


Text Example

White with #474D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474D4E; }

 p { color: rgb(71,77,78); }

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

background-color css

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

 a { background-color: rgb(71,77,78); }

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

border-color css

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

 span { border-color: rgb(71,77,78); }

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