Html Css Color HEX #4D858E Paradiso

📋 copy color: '#4D858E'

red 77 ◦ green 133 ◦ blue 142

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

Shades of Paradiso #4D858E

Tints of Paradiso #4D858E

RGB

 RED value IS 77 (30.47% from 255) = 21.88%

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

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

R = 21.88%
G = 37.78%
B = 40.34%

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

#4D858E (or 0x4D858E) is known color: Paradiso. HEX triplet: 4D, 85 and 8E. RGB value is (77,133,142). Sum of RGB (Red+Green+Blue) = 77+133+142=352 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.88% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 142 - color contains mainly: blue. Hex color #4D858E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D858E is #B27A71. Grayscale: #757575. Windows color (decimal): -11696754 or 9340237. OLE color: 9340237.

HSL color Cylindrical-coordinate representation of color #4D858E: hue angle of 188.31º 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 #4D858E is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 77 133 142 -
CMYK 0.46 0.06 0 0.44
HSL 188.31º 0.3% 0.43% -
HSV(B) 188.31º 0.46% 0.56% -
XYZ 16.33 20.31 28.65 -
YUV 117.28 141.95 99.27 -
System Red Green Blue C M Y K H S L
Decimal 77 133 142 0.46 0.06 0 0.44 188.31 0.3 0.43
Hex 4D 85 8E 2E 6 0 2C BC 1E 2B
Octal 115 205 216 56 6 0 54 274 36 53
Binary 1001101 10000101 10001110 101110 110 0 101100 10111100 11110 101011

Color Harmonies of #4D858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D858E

Black with #4D858E

Text Example


Text Example

White with #4D858E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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