Html Css Color HEX #4AB3BB Viking

📋 copy color: '#4AB3BB'

red 74 ◦ green 179 ◦ blue 187

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

Shades of Viking #4AB3BB

Tints of Viking #4AB3BB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.68%

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

R = 16.82%
G = 40.68%
B = 42.5%

CMYK

 C value IS 0.60

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4AB3BB (or 0x4AB3BB) is known color: Viking. HEX triplet: 4A, B3 and BB. RGB value is (74,179,187). Sum of RGB (Red+Green+Blue) = 74+179+187=440 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.82% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #4AB3BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AB3BB is #B54C44. Grayscale: #949494. Windows color (decimal): -11881541 or 12301130. OLE color: 12301130.

HSL color Cylindrical-coordinate representation of color #4AB3BB: hue angle of 184.25º 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 #4AB3BB is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 74 179 187 -
CMYK 0.60 0.04 0 0.27
HSL 184.25º 0.45% 0.51% -
HSV(B) 184.25º 0.6% 0.73% -
XYZ 27.91 37.28 52.74 -
YUV 148.52 149.71 74.85 -
System Red Green Blue C M Y K H S L
Decimal 74 179 187 0.60 0.04 0 0.27 184.25 0.45 0.51
Hex 4A B3 BB 3C 4 0 1B B8 2D 33
Octal 112 263 273 74 4 0 33 270 55 63
Binary 1001010 10110011 10111011 111100 100 0 11011 10111000 101101 110011

Color Harmonies of #4AB3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB3BB

Black with #4AB3BB

Text Example


Text Example

White with #4AB3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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