Html Css Color HEX #4D7A85 Paradiso

📋 copy color: '#4D7A85'

red 77 ◦ green 122 ◦ blue 133

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

Shades of Paradiso #4D7A85

Tints of Paradiso #4D7A85

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.75%

 BLUE value IS 133 (52.34% from 255) = 40.06%

R = 23.19%
G = 36.75%
B = 40.06%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4D7A85 (or 0x4D7A85) is known color: Paradiso. HEX triplet: 4D, 7A and 85. RGB value is (77,122,133). Sum of RGB (Red+Green+Blue) = 77+122+133=332 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.19% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 133 - color contains mainly: blue. Hex color #4D7A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7A85 is #B2857A. Grayscale: #6D6D6D. Windows color (decimal): -11699579 or 8747597. OLE color: 8747597.

HSL color Cylindrical-coordinate representation of color #4D7A85: hue angle of 191.79º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4D7A85 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 77 122 133 -
CMYK 0.42 0.08 0 0.48
HSL 191.79º 0.27% 0.41% -
HSV(B) 191.79º 0.42% 0.52% -
XYZ 14.25 17.19 24.76 -
YUV 109.8 141.09 104.61 -
System Red Green Blue C M Y K H S L
Decimal 77 122 133 0.42 0.08 0 0.48 191.79 0.27 0.41
Hex 4D 7A 85 2A 8 0 30 C0 1B 29
Octal 115 172 205 52 10 0 60 300 33 51
Binary 1001101 1111010 10000101 101010 1000 0 110000 11000000 11011 101001

Color Harmonies of #4D7A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7A85

Black with #4D7A85

Text Example


Text Example

White with #4D7A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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