Html Css Color HEX #4B946E Ocean Green

📋 copy color: '#4B946E'

red 75 ◦ green 148 ◦ blue 110

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

Shades of Ocean Green #4B946E

Tints of Ocean Green #4B946E

RGB

 RED value IS 75 (29.69% from 255) = 22.52%

 GREEN value IS 148 (58.2% from 255) = 44.44%

 BLUE value IS 110 (43.36% from 255) = 33.03%

R = 22.52%
G = 44.44%
B = 33.03%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#4B946E (or 0x4B946E) is known color: Ocean Green. HEX triplet: 4B, 94 and 6E. RGB value is (75,148,110). Sum of RGB (Red+Green+Blue) = 75+148+110=333 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.52% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 148 - color contains mainly: green. Hex color #4B946E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B946E is #B46B91. Grayscale: #797979. Windows color (decimal): -11824018 or 7246923. OLE color: 7246923.

HSL color Cylindrical-coordinate representation of color #4B946E: hue angle of 148.77º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B946E is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 75 148 110 -
CMYK 0.49 0 0.26 0.42
HSL 148.77º 0.33% 0.44% -
HSV(B) 148.77º 0.49% 0.58% -
XYZ 16.31 23.8 18.49 -
YUV 121.84 121.32 94.59 -
System Red Green Blue C M Y K H S L
Decimal 75 148 110 0.49 0 0.26 0.42 148.77 0.33 0.44
Hex 4B 94 6E 31 0 1A 2A 95 21 2C
Octal 113 224 156 61 0 32 52 225 41 54
Binary 1001011 10010100 1101110 110001 0 11010 101010 10010101 100001 101100

Color Harmonies of #4B946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B946E

Black with #4B946E

Text Example


Text Example

White with #4B946E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,148,110); }

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

background-color css

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

 a { background-color: rgb(75,148,110); }

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

border-color css

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

 span { border-color: rgb(75,148,110); }

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