Html Css Color HEX #4ABAD1 Viking

📋 copy color: '#4ABAD1'

red 74 ◦ green 186 ◦ blue 209

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

Shades of Viking #4ABAD1

Tints of Viking #4ABAD1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.66%

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

R = 15.78%
G = 39.66%
B = 44.56%

CMYK

 C value IS 0.65

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4ABAD1 (or 0x4ABAD1) is known color: Viking. HEX triplet: 4A, BA and D1. RGB value is (74,186,209). Sum of RGB (Red+Green+Blue) = 74+186+209=469 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.78% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 209 (82.03% from 255 or 44.56% from 469); Max value from RGB is 209 - color contains mainly: blue. Hex color #4ABAD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABAD1 is #B5452E. Grayscale: #9A9A9A. Windows color (decimal): -11879727 or 13744714. OLE color: 13744714.

HSL color Cylindrical-coordinate representation of color #4ABAD1: hue angle of 190.22º 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 #4ABAD1 is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 74 186 209 -
CMYK 0.65 0.11 0 0.18
HSL 190.22º 0.59% 0.55% -
HSV(B) 190.22º 0.65% 0.82% -
XYZ 31.89 41.18 66.59 -
YUV 155.13 158.39 70.13 -
System Red Green Blue C M Y K H S L
Decimal 74 186 209 0.65 0.11 0 0.18 190.22 0.59 0.55
Hex 4A BA D1 41 B 0 12 BE 3B 37
Octal 112 272 321 101 13 0 22 276 73 67
Binary 1001010 10111010 11010001 1000001 1011 0 10010 10111110 111011 110111

Color Harmonies of #4ABAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABAD1

Black with #4ABAD1

Text Example


Text Example

White with #4ABAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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