Html Css Color HEX #4FB495 Keppel

📋 copy color: '#4FB495'

red 79 ◦ green 180 ◦ blue 149

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

Shades of Keppel #4FB495

Tints of Keppel #4FB495

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.12%

 BLUE value IS 149 (58.59% from 255) = 36.52%

R = 19.36%
G = 44.12%
B = 36.52%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#4FB495 (or 0x4FB495) is known color: Keppel. HEX triplet: 4F, B4 and 95. RGB value is (79,180,149). Sum of RGB (Red+Green+Blue) = 79+180+149=408 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.36% from 408); Green value is 180 (70.70% from 255 or 44.12% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 180 - color contains mainly: green. Hex color #4FB495 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FB495 is #B04B6A. Grayscale: #929292. Windows color (decimal): -11553643 or 9811023. OLE color: 9811023.

HSL color Cylindrical-coordinate representation of color #4FB495: hue angle of 161.58º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4FB495 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 79 180 149 -
CMYK 0.56 0 0.17 0.29
HSL 161.58º 0.4% 0.51% -
HSV(B) 161.58º 0.56% 0.71% -
XYZ 24.97 36.47 34.16 -
YUV 146.27 129.54 80.02 -
System Red Green Blue C M Y K H S L
Decimal 79 180 149 0.56 0 0.17 0.29 161.58 0.4 0.51
Hex 4F B4 95 38 0 11 1D A2 28 33
Octal 117 264 225 70 0 21 35 242 50 63
Binary 1001111 10110100 10010101 111000 0 10001 11101 10100010 101000 110011

Color Harmonies of #4FB495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB495

Black with #4FB495

Text Example


Text Example

White with #4FB495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,180,149); }

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

background-color css

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

 a { background-color: rgb(79,180,149); }

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

border-color css

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

 span { border-color: rgb(79,180,149); }

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