Html Css Color HEX #4AB1BB Viking

📋 copy color: '#4AB1BB'

red 74 ◦ green 177 ◦ blue 187

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

Shades of Viking #4AB1BB

Tints of Viking #4AB1BB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.41%

 BLUE value IS 187 (73.44% from 255) = 42.69%

R = 16.89%
G = 40.41%
B = 42.69%

CMYK

 C value IS 0.60

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4AB1BB (or 0x4AB1BB) is known color: Viking. HEX triplet: 4A, B1 and BB. RGB value is (74,177,187). Sum of RGB (Red+Green+Blue) = 74+177+187=438 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.89% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 187 - color contains mainly: blue. Hex color #4AB1BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AB1BB is #B54E44. Grayscale: #939393. Windows color (decimal): -11882053 or 12300618. OLE color: 12300618.

HSL color Cylindrical-coordinate representation of color #4AB1BB: hue angle of 185.31º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB1BB is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 74 177 187 -
CMYK 0.60 0.05 0 0.27
HSL 185.31º 0.45% 0.51% -
HSV(B) 185.31º 0.6% 0.73% -
XYZ 27.52 36.49 52.61 -
YUV 147.34 150.38 75.69 -
System Red Green Blue C M Y K H S L
Decimal 74 177 187 0.60 0.05 0 0.27 185.31 0.45 0.51
Hex 4A B1 BB 3C 5 0 1B B9 2D 33
Octal 112 261 273 74 5 0 33 271 55 63
Binary 1001010 10110001 10111011 111100 101 0 11011 10111001 101101 110011

Color Harmonies of #4AB1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB1BB

Black with #4AB1BB

Text Example


Text Example

White with #4AB1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,177,187); }

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

background-color css

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

 a { background-color: rgb(74,177,187); }

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

border-color css

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

 span { border-color: rgb(74,177,187); }

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