Html Css Color HEX #4AB4BF Viking

📋 copy color: '#4AB4BF'

red 74 ◦ green 180 ◦ blue 191

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

Shades of Viking #4AB4BF

Tints of Viking #4AB4BF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.45%

 BLUE value IS 191 (75% from 255) = 42.92%

R = 16.63%
G = 40.45%
B = 42.92%

CMYK

 C value IS 0.61

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4AB4BF (or 0x4AB4BF) is known color: Viking. HEX triplet: 4A, B4 and BF. RGB value is (74,180,191). Sum of RGB (Red+Green+Blue) = 74+180+191=445 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.63% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 191 - color contains mainly: blue. Hex color #4AB4BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AB4BF is #B54B40. Grayscale: #959595. Windows color (decimal): -11881281 or 12563530. OLE color: 12563530.

HSL color Cylindrical-coordinate representation of color #4AB4BF: hue angle of 185.64º degrees, saturation: 0.48, 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 #4AB4BF is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 180 191 -
CMYK 0.61 0.06 0 0.25
HSL 185.64º 0.48% 0.52% -
HSV(B) 185.64º 0.61% 0.75% -
XYZ 28.55 37.86 55.09 -
YUV 149.56 151.38 74.11 -
System Red Green Blue C M Y K H S L
Decimal 74 180 191 0.61 0.06 0 0.25 185.64 0.48 0.52
Hex 4A B4 BF 3D 6 0 19 BA 30 34
Octal 112 264 277 75 6 0 31 272 60 64
Binary 1001010 10110100 10111111 111101 110 0 11001 10111010 110000 110100

Color Harmonies of #4AB4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB4BF

Black with #4AB4BF

Text Example


Text Example

White with #4AB4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,180,191); }

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

background-color css

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

 a { background-color: rgb(74,180,191); }

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

border-color css

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

 span { border-color: rgb(74,180,191); }

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