Html Css Color HEX #4F8285 Paradiso

📋 copy color: '#4F8285'

red 79 ◦ green 130 ◦ blue 133

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

Shades of Paradiso #4F8285

Tints of Paradiso #4F8285

RGB

 RED value IS 79 (31.25% from 255) = 23.1%

 GREEN value IS 130 (51.17% from 255) = 38.01%

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

R = 23.1%
G = 38.01%
B = 38.89%

CMYK

 C value IS 0.41

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4F8285 (or 0x4F8285) is known color: Paradiso. HEX triplet: 4F, 82 and 85. RGB value is (79,130,133). Sum of RGB (Red+Green+Blue) = 79+130+133=342 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.10% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 133 - color contains mainly: blue. Hex color #4F8285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8285 is #B07D7A. Grayscale: #737373. Windows color (decimal): -11566459 or 8749647. OLE color: 8749647.

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

Color convert

RGB 79 130 133 -
CMYK 0.41 0.02 0 0.48
HSL 183.33º 0.25% 0.42% -
HSV(B) 183.33º 0.41% 0.52% -
XYZ 15.44 19.32 25.11 -
YUV 115.09 138.1 102.26 -
System Red Green Blue C M Y K H S L
Decimal 79 130 133 0.41 0.02 0 0.48 183.33 0.25 0.42
Hex 4F 82 85 29 2 0 30 B7 19 2A
Octal 117 202 205 51 2 0 60 267 31 52
Binary 1001111 10000010 10000101 101001 10 0 110000 10110111 11001 101010

Color Harmonies of #4F8285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F8285

Black with #4F8285

Text Example


Text Example

White with #4F8285

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,130,133); }

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

background-color css

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

 a { background-color: rgb(79,130,133); }

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

border-color css

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

 span { border-color: rgb(79,130,133); }

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