Html Css Color HEX #4BB485 Ocean Green

📋 copy color: '#4BB485'

red 75 ◦ green 180 ◦ blue 133

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

Shades of Ocean Green #4BB485

Tints of Ocean Green #4BB485

RGB

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

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

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

R = 19.33%
G = 46.39%
B = 34.28%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#4BB485 (or 0x4BB485) is known color: Ocean Green. HEX triplet: 4B, B4 and 85. RGB value is (75,180,133). Sum of RGB (Red+Green+Blue) = 75+180+133=388 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.33% from 388); Green value is 180 (70.70% from 255 or 46.39% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 180 - color contains mainly: green. Hex color #4BB485 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB485 is #B44B7A. Grayscale: #8F8F8F. Windows color (decimal): -11815803 or 8762443. OLE color: 8762443.

HSL color Cylindrical-coordinate representation of color #4BB485: hue angle of 153.14º 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 #4BB485 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 75 180 133 -
CMYK 0.58 0 0.26 0.29
HSL 153.14º 0.41% 0.5% -
HSV(B) 153.14º 0.58% 0.71% -
XYZ 23.46 35.83 27.87 -
YUV 143.25 122.21 79.32 -
System Red Green Blue C M Y K H S L
Decimal 75 180 133 0.58 0 0.26 0.29 153.14 0.41 0.5
Hex 4B B4 85 3A 0 1A 1D 99 29 32
Octal 113 264 205 72 0 32 35 231 51 62
Binary 1001011 10110100 10000101 111010 0 11010 11101 10011001 101001 110010

Color Harmonies of #4BB485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BB485

Black with #4BB485

Text Example


Text Example

White with #4BB485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,180,133); }

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

background-color css

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

 a { background-color: rgb(75,180,133); }

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

border-color css

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

 span { border-color: rgb(75,180,133); }

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