Html Css Color HEX #4AACBE Viking

📋 copy color: '#4AACBE'

red 74 ◦ green 172 ◦ blue 190

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

Shades of Viking #4AACBE

Tints of Viking #4AACBE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.45%

 BLUE value IS 190 (74.61% from 255) = 43.58%

R = 16.97%
G = 39.45%
B = 43.58%

CMYK

 C value IS 0.61

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4AACBE (or 0x4AACBE) is known color: Viking. HEX triplet: 4A, AC and BE. RGB value is (74,172,190). Sum of RGB (Red+Green+Blue) = 74+172+190=436 (57% of max value = 765). Red value is 74 (29.30% from 255 or 16.97% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #4AACBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AACBE is #B55341. Grayscale: #909090. Windows color (decimal): -11883330 or 12495946. OLE color: 12495946.

HSL color Cylindrical-coordinate representation of color #4AACBE: hue angle of 189.31º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4AACBE is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 172 190 -
CMYK 0.61 0.09 0 0.25
HSL 189.31º 0.47% 0.52% -
HSV(B) 189.31º 0.61% 0.75% -
XYZ 26.87 34.68 53.99 -
YUV 144.75 153.53 77.54 -
System Red Green Blue C M Y K H S L
Decimal 74 172 190 0.61 0.09 0 0.25 189.31 0.47 0.52
Hex 4A AC BE 3D 9 0 19 BD 2F 34
Octal 112 254 276 75 11 0 31 275 57 64
Binary 1001010 10101100 10111110 111101 1001 0 11001 10111101 101111 110100

Color Harmonies of #4AACBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AACBE

Black with #4AACBE

Text Example


Text Example

White with #4AACBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,172,190); }

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

background-color css

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

 a { background-color: rgb(74,172,190); }

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

border-color css

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

 span { border-color: rgb(74,172,190); }

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