Html Css Color HEX #4C868D Paradiso

📋 copy color: '#4C868D'

red 76 ◦ green 134 ◦ blue 141

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

Shades of Paradiso #4C868D

Tints of Paradiso #4C868D

RGB

 RED value IS 76 (30.08% from 255) = 21.65%

 GREEN value IS 134 (52.73% from 255) = 38.18%

 BLUE value IS 141 (55.47% from 255) = 40.17%

R = 21.65%
G = 38.18%
B = 40.17%

CMYK

 C value IS 0.46

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4C868D (or 0x4C868D) is known color: Paradiso. HEX triplet: 4C, 86 and 8D. RGB value is (76,134,141). Sum of RGB (Red+Green+Blue) = 76+134+141=351 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.65% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 141 - color contains mainly: blue. Hex color #4C868D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C868D is #B37972. Grayscale: #757575. Windows color (decimal): -11762035 or 9274956. OLE color: 9274956.

HSL color Cylindrical-coordinate representation of color #4C868D: hue angle of 186.46º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C868D is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 76 134 141 -
CMYK 0.46 0.05 0 0.45
HSL 186.46º 0.3% 0.43% -
HSV(B) 186.46º 0.46% 0.55% -
XYZ 16.31 20.51 28.3 -
YUV 117.46 141.28 98.43 -
System Red Green Blue C M Y K H S L
Decimal 76 134 141 0.46 0.05 0 0.45 186.46 0.3 0.43
Hex 4C 86 8D 2E 5 0 2D BA 1E 2B
Octal 114 206 215 56 5 0 55 272 36 53
Binary 1001100 10000110 10001101 101110 101 0 101101 10111010 11110 101011

Color Harmonies of #4C868D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C868D

Black with #4C868D

Text Example


Text Example

White with #4C868D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C868D; }

 p { color: rgb(76,134,141); }

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

background-color css

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

 a { background-color: rgb(76,134,141); }

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

border-color css

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

 span { border-color: rgb(76,134,141); }

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