Html Css Color HEX #4A9798 Blue Chill

📋 copy color: '#4A9798'

red 74 ◦ green 151 ◦ blue 152

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

Shades of Blue Chill #4A9798

Tints of Blue Chill #4A9798

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.05%

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

R = 19.63%
G = 40.05%
B = 40.32%

CMYK

 C value IS 0.51

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4A9798 (or 0x4A9798) is known color: Blue Chill. HEX triplet: 4A, 97 and 98. RGB value is (74,151,152). Sum of RGB (Red+Green+Blue) = 74+151+152=377 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.63% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 152 - color contains mainly: blue. Hex color #4A9798 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9798 is #B56867. Grayscale: #808080. Windows color (decimal): -11888744 or 10000202. OLE color: 10000202.

HSL color Cylindrical-coordinate representation of color #4A9798: hue angle of 180.77º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A9798 is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 74 151 152 -
CMYK 0.51 0.01 0 0.40
HSL 180.77º 0.35% 0.44% -
HSV(B) 180.77º 0.51% 0.6% -
XYZ 19.56 25.86 33.67 -
YUV 128.09 141.49 89.42 -
System Red Green Blue C M Y K H S L
Decimal 74 151 152 0.51 0.01 0 0.40 180.77 0.35 0.44
Hex 4A 97 98 33 1 0 28 B5 23 2C
Octal 112 227 230 63 1 0 50 265 43 54
Binary 1001010 10010111 10011000 110011 1 0 101000 10110101 100011 101100

Color Harmonies of #4A9798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9798

Black with #4A9798

Text Example


Text Example

White with #4A9798

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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