Html Css Color HEX #4F8288 Paradiso

📋 copy color: '#4F8288'

red 79 ◦ green 130 ◦ blue 136

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

Shades of Paradiso #4F8288

Tints of Paradiso #4F8288

RGB

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

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

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

R = 22.9%
G = 37.68%
B = 39.42%

CMYK

 C value IS 0.42

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4F8288 (or 0x4F8288) is known color: Paradiso. HEX triplet: 4F, 82 and 88. RGB value is (79,130,136). Sum of RGB (Red+Green+Blue) = 79+130+136=345 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.90% from 345); Green value is 130 (51.17% from 255 or 37.68% 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 #4F8288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8288 is #B07D77. Grayscale: #737373. Windows color (decimal): -11566456 or 8946255. OLE color: 8946255.

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

Color convert

RGB 79 130 136 -
CMYK 0.42 0.04 0 0.47
HSL 186.32º 0.27% 0.42% -
HSV(B) 186.32º 0.42% 0.53% -
XYZ 15.65 19.41 26.21 -
YUV 115.44 139.6 102.01 -
System Red Green Blue C M Y K H S L
Decimal 79 130 136 0.42 0.04 0 0.47 186.32 0.27 0.42
Hex 4F 82 88 2A 4 0 2F BA 1B 2A
Octal 117 202 210 52 4 0 57 272 33 52
Binary 1001111 10000010 10001000 101010 100 0 101111 10111010 11011 101010

Color Harmonies of #4F8288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F8288

Black with #4F8288

Text Example


Text Example

White with #4F8288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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