Html Css Color HEX #4AB4BE Viking

📋 copy color: '#4AB4BE'

red 74 ◦ green 180 ◦ blue 190

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

Shades of Viking #4AB4BE

Tints of Viking #4AB4BE

RGB

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

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

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

R = 16.67%
G = 40.54%
B = 42.79%

CMYK

 C value IS 0.61

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4AB4BE (or 0x4AB4BE) is known color: Viking. HEX triplet: 4A, B4 and BE. RGB value is (74,180,190). Sum of RGB (Red+Green+Blue) = 74+180+190=444 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.67% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #4AB4BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AB4BE is #B54B41. Grayscale: #959595. Windows color (decimal): -11881282 or 12497994. OLE color: 12497994.

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

Color convert

RGB 74 180 190 -
CMYK 0.61 0.05 0 0.25
HSL 185.17º 0.47% 0.52% -
HSV(B) 185.17º 0.61% 0.75% -
XYZ 28.44 37.82 54.52 -
YUV 149.45 150.88 74.19 -
System Red Green Blue C M Y K H S L
Decimal 74 180 190 0.61 0.05 0 0.25 185.17 0.47 0.52
Hex 4A B4 BE 3D 5 0 19 B9 2F 34
Octal 112 264 276 75 5 0 31 271 57 64
Binary 1001010 10110100 10111110 111101 101 0 11001 10111001 101111 110100

Color Harmonies of #4AB4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB4BE

Black with #4AB4BE

Text Example


Text Example

White with #4AB4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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