Html Css Color HEX #4C8588 Paradiso

📋 copy color: '#4C8588'

red 76 ◦ green 133 ◦ blue 136

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

Shades of Paradiso #4C8588

Tints of Paradiso #4C8588

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.55%

 BLUE value IS 136 (53.52% from 255) = 39.42%

R = 22.03%
G = 38.55%
B = 39.42%

CMYK

 C value IS 0.44

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4C8588 (or 0x4C8588) is known color: Paradiso. HEX triplet: 4C, 85 and 88. RGB value is (76,133,136). Sum of RGB (Red+Green+Blue) = 76+133+136=345 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.03% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 136 - color contains mainly: blue. Hex color #4C8588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C8588 is #B37A77. Grayscale: #747474. Windows color (decimal): -11762296 or 8947020. OLE color: 8947020.

HSL color Cylindrical-coordinate representation of color #4C8588: hue angle of 183º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4C8588 is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 76 133 136 -
CMYK 0.44 0.02 0 0.47
HSL 183º 0.28% 0.42% -
HSV(B) 183º 0.44% 0.53% -
XYZ 15.81 20.09 26.34 -
YUV 116.3 139.12 99.26 -
System Red Green Blue C M Y K H S L
Decimal 76 133 136 0.44 0.02 0 0.47 183 0.28 0.42
Hex 4C 85 88 2C 2 0 2F B7 1C 2A
Octal 114 205 210 54 2 0 57 267 34 52
Binary 1001100 10000101 10001000 101100 10 0 101111 10110111 11100 101010

Color Harmonies of #4C8588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C8588

Black with #4C8588

Text Example


Text Example

White with #4C8588

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,133,136); }

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

background-color css

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

 a { background-color: rgb(76,133,136); }

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

border-color css

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

 span { border-color: rgb(76,133,136); }

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