Html Css Color HEX #4CB494 Keppel

📋 copy color: '#4CB494'

red 76 ◦ green 180 ◦ blue 148

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

Shades of Keppel #4CB494

Tints of Keppel #4CB494

RGB

 RED value IS 76 (30.08% from 255) = 18.81%

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

 BLUE value IS 148 (58.2% from 255) = 36.63%

R = 18.81%
G = 44.55%
B = 36.63%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#4CB494 (or 0x4CB494) is known color: Keppel. HEX triplet: 4C, B4 and 94. RGB value is (76,180,148). Sum of RGB (Red+Green+Blue) = 76+180+148=404 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.81% from 404); Green value is 180 (70.70% from 255 or 44.55% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 180 - color contains mainly: green. Hex color #4CB494 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB494 is #B34B6B. Grayscale: #919191. Windows color (decimal): -11750252 or 9745484. OLE color: 9745484.

HSL color Cylindrical-coordinate representation of color #4CB494: hue angle of 161.54º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB494 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 76 180 148 -
CMYK 0.58 0 0.18 0.29
HSL 161.54º 0.41% 0.5% -
HSV(B) 161.54º 0.58% 0.71% -
XYZ 24.65 36.32 33.73 -
YUV 145.26 129.54 78.6 -
System Red Green Blue C M Y K H S L
Decimal 76 180 148 0.58 0 0.18 0.29 161.54 0.41 0.5
Hex 4C B4 94 3A 0 12 1D A2 29 32
Octal 114 264 224 72 0 22 35 242 51 62
Binary 1001100 10110100 10010100 111010 0 10010 11101 10100010 101001 110010

Color Harmonies of #4CB494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB494

Black with #4CB494

Text Example


Text Example

White with #4CB494

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,180,148); }

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

background-color css

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

 a { background-color: rgb(76,180,148); }

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

border-color css

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

 span { border-color: rgb(76,180,148); }

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