Html Css Color HEX #4ABED1 Viking

📋 copy color: '#4ABED1'

red 74 ◦ green 190 ◦ blue 209

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

Shades of Viking #4ABED1

Tints of Viking #4ABED1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.17%

 BLUE value IS 209 (82.03% from 255) = 44.19%

R = 15.64%
G = 40.17%
B = 44.19%

CMYK

 C value IS 0.65

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4ABED1 (or 0x4ABED1) is known color: Viking. HEX triplet: 4A, BE and D1. RGB value is (74,190,209). Sum of RGB (Red+Green+Blue) = 74+190+209=473 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.64% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 209 (82.03% from 255 or 44.19% from 473); Max value from RGB is 209 - color contains mainly: blue. Hex color #4ABED1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABED1 is #B5412E. Grayscale: #9D9D9D. Windows color (decimal): -11878703 or 13745738. OLE color: 13745738.

HSL color Cylindrical-coordinate representation of color #4ABED1: hue angle of 188.44º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4ABED1 is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 74 190 209 -
CMYK 0.65 0.09 0 0.18
HSL 188.44º 0.59% 0.55% -
HSV(B) 188.44º 0.65% 0.82% -
XYZ 32.75 42.89 66.87 -
YUV 157.48 157.07 68.46 -
System Red Green Blue C M Y K H S L
Decimal 74 190 209 0.65 0.09 0 0.18 188.44 0.59 0.55
Hex 4A BE D1 41 9 0 12 BC 3B 37
Octal 112 276 321 101 11 0 22 274 73 67
Binary 1001010 10111110 11010001 1000001 1001 0 10010 10111100 111011 110111

Color Harmonies of #4ABED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABED1

Black with #4ABED1

Text Example


Text Example

White with #4ABED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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