Html Css Color HEX #4C858E Paradiso

📋 copy color: '#4C858E'

red 76 ◦ green 133 ◦ blue 142

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

Shades of Paradiso #4C858E

Tints of Paradiso #4C858E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.46%

R = 21.65%
G = 37.89%
B = 40.46%

CMYK

 C value IS 0.46

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4C858E (or 0x4C858E) is known color: Paradiso. HEX triplet: 4C, 85 and 8E. RGB value is (76,133,142). Sum of RGB (Red+Green+Blue) = 76+133+142=351 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.65% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 142 - color contains mainly: blue. Hex color #4C858E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C858E is #B37A71. Grayscale: #747474. Windows color (decimal): -11762290 or 9340236. OLE color: 9340236.

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

Color convert

RGB 76 133 142 -
CMYK 0.46 0.06 0 0.44
HSL 188.18º 0.3% 0.43% -
HSV(B) 188.18º 0.46% 0.56% -
XYZ 16.25 20.26 28.65 -
YUV 116.98 142.12 98.77 -
System Red Green Blue C M Y K H S L
Decimal 76 133 142 0.46 0.06 0 0.44 188.18 0.3 0.43
Hex 4C 85 8E 2E 6 0 2C BC 1E 2B
Octal 114 205 216 56 6 0 54 274 36 53
Binary 1001100 10000101 10001110 101110 110 0 101100 10111100 11110 101011

Color Harmonies of #4C858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C858E

Black with #4C858E

Text Example


Text Example

White with #4C858E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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