Html Css Color HEX #4AB1BE Viking

📋 copy color: '#4AB1BE'

red 74 ◦ green 177 ◦ blue 190

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

Shades of Viking #4AB1BE

Tints of Viking #4AB1BE

RGB

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

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

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

R = 16.78%
G = 40.14%
B = 43.08%

CMYK

 C value IS 0.61

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4AB1BE (or 0x4AB1BE) is known color: Viking. HEX triplet: 4A, B1 and BE. RGB value is (74,177,190). Sum of RGB (Red+Green+Blue) = 74+177+190=441 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.78% from 441); Green value is 177 (69.53% from 255 or 40.14% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #4AB1BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AB1BE is #B54E41. Grayscale: #939393. Windows color (decimal): -11882050 or 12497226. OLE color: 12497226.

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

Color convert

RGB 74 177 190 -
CMYK 0.61 0.07 0 0.25
HSL 186.72º 0.47% 0.52% -
HSV(B) 186.72º 0.61% 0.75% -
XYZ 27.84 36.62 54.32 -
YUV 147.69 151.88 75.44 -
System Red Green Blue C M Y K H S L
Decimal 74 177 190 0.61 0.07 0 0.25 186.72 0.47 0.52
Hex 4A B1 BE 3D 7 0 19 BB 2F 34
Octal 112 261 276 75 7 0 31 273 57 64
Binary 1001010 10110001 10111110 111101 111 0 11001 10111011 101111 110100

Color Harmonies of #4AB1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB1BE

Black with #4AB1BE

Text Example


Text Example

White with #4AB1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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