Html Css Color HEX #4A9F98 Blue Chill

📋 copy color: '#4A9F98'

red 74 ◦ green 159 ◦ blue 152

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

Shades of Blue Chill #4A9F98

Tints of Blue Chill #4A9F98

RGB

 RED value IS 74 (29.3% from 255) = 19.22%

 GREEN value IS 159 (62.5% from 255) = 41.3%

 BLUE value IS 152 (59.77% from 255) = 39.48%

R = 19.22%
G = 41.3%
B = 39.48%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#4A9F98 (or 0x4A9F98) is known color: Blue Chill. HEX triplet: 4A, 9F and 98. RGB value is (74,159,152). Sum of RGB (Red+Green+Blue) = 74+159+152=385 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.22% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 159 - color contains mainly: green. Hex color #4A9F98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9F98 is #B56067. Grayscale: #848484. Windows color (decimal): -11886696 or 10002250. OLE color: 10002250.

HSL color Cylindrical-coordinate representation of color #4A9F98: hue angle of 175.06º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A9F98 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 74 159 152 -
CMYK 0.53 0 0.04 0.38
HSL 175.06º 0.36% 0.46% -
HSV(B) 175.06º 0.53% 0.62% -
XYZ 20.89 28.52 34.11 -
YUV 132.79 138.84 86.07 -
System Red Green Blue C M Y K H S L
Decimal 74 159 152 0.53 0 0.04 0.38 175.06 0.36 0.46
Hex 4A 9F 98 35 0 4 26 AF 24 2E
Octal 112 237 230 65 0 4 46 257 44 56
Binary 1001010 10011111 10011000 110101 0 100 100110 10101111 100100 101110

Color Harmonies of #4A9F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9F98

Black with #4A9F98

Text Example


Text Example

White with #4A9F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,159,152); }

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

background-color css

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

 a { background-color: rgb(74,159,152); }

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

border-color css

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

 span { border-color: rgb(74,159,152); }

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