#4BA470

Color #4BA470 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #4BA470

Tints of Ocean Green #4BA470

Color information

#4BA470 (or 0x4BA470) is unknown color: approx Ocean Green. HEX triplet: 4B, A4 and 70. RGB value is (75,164,112). Sum of RGB (Red+Green+Blue) = 75+164+112=351 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.37% from 351); Green value is 164 (64.45% from 255 or 46.72% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 164 - color contains mainly: green. Hex color #4BA470 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA470 is #B45B8F. Grayscale: #838383. Windows color (decimal): -11819920 or 7382091. OLE color: 7382091.

HSL color Cylindrical-coordinate representation of color #4BA470: hue angle of 144.94º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4BA470 is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB75164112-
CMYK0.5400.320.36
HSL144.94º37.24%46.86%-
HSV(B)144.94º54.27%64.31%-
XYZ19.129.2219.96-
YUV131.46117.0187.73-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.37%
GREEN value IS 164 (64.45% from 255) = 46.72%
BLUE value IS 112 (44.14% from 255) = 31.91%
R=21.37%
G=46.72%
B=31.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal751641120.5400.320.36144.9437.2446.86
Hex4BA470360202491252f
Octal11324416066040442214557
Binary1001011101001001110000110110010000010010010010001100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,164,112); }

 H1.HeaderClassName
 {
   color: #4BA470;
 }
 .AnyTagClassName
 {
   color: #4BA470;
 }
</style>
background-color css

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

 a { background-color: rgb(75,164,112); }

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

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

 span { border-color: rgb(75,164,112); }

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