Html Css Color HEX #4A8F92 Blue Chill

📋 copy color: '#4A8F92'

red 74 ◦ green 143 ◦ blue 146

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

Shades of Blue Chill #4A8F92

Tints of Blue Chill #4A8F92

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.39%

 BLUE value IS 146 (57.42% from 255) = 40.22%

R = 20.39%
G = 39.39%
B = 40.22%

CMYK

 C value IS 0.49

 M value IS 0.02

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4A8F92 (or 0x4A8F92) is known color: Blue Chill. HEX triplet: 4A, 8F and 92. RGB value is (74,143,146). Sum of RGB (Red+Green+Blue) = 74+143+146=363 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.39% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 146 - color contains mainly: blue. Hex color #4A8F92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8F92 is #B5706D. Grayscale: #7A7A7A. Windows color (decimal): -11890798 or 9604938. OLE color: 9604938.

HSL color Cylindrical-coordinate representation of color #4A8F92: hue angle of 182.5º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A8F92 is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 74 143 146 -
CMYK 0.49 0.02 0 0.43
HSL 182.5º 0.33% 0.43% -
HSV(B) 182.5º 0.49% 0.57% -
XYZ 17.83 23.18 30.73 -
YUV 122.71 141.14 93.26 -
System Red Green Blue C M Y K H S L
Decimal 74 143 146 0.49 0.02 0 0.43 182.5 0.33 0.43
Hex 4A 8F 92 31 2 0 2B B6 21 2B
Octal 112 217 222 61 2 0 53 266 41 53
Binary 1001010 10001111 10010010 110001 10 0 101011 10110110 100001 101011

Color Harmonies of #4A8F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8F92

Black with #4A8F92

Text Example


Text Example

White with #4A8F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,143,146); }

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

background-color css

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

 a { background-color: rgb(74,143,146); }

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

border-color css

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

 span { border-color: rgb(74,143,146); }

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