Html Css Color HEX #4ABAD7 Viking

📋 copy color: '#4ABAD7'

red 74 ◦ green 186 ◦ blue 215

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

Shades of Viking #4ABAD7

Tints of Viking #4ABAD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.26%

R = 15.58%
G = 39.16%
B = 45.26%

CMYK

 C value IS 0.66

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4ABAD7 (or 0x4ABAD7) is known color: Viking. HEX triplet: 4A, BA and D7. RGB value is (74,186,215). Sum of RGB (Red+Green+Blue) = 74+186+215=475 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.58% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 215 (84.38% from 255 or 45.26% from 475); Max value from RGB is 215 - color contains mainly: blue. Hex color #4ABAD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABAD7 is #B54528. Grayscale: #9B9B9B. Windows color (decimal): -11879721 or 14137930. OLE color: 14137930.

HSL color Cylindrical-coordinate representation of color #4ABAD7: hue angle of 192.34º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ABAD7 is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 74 186 215 -
CMYK 0.66 0.13 0 0.16
HSL 192.34º 0.64% 0.57% -
HSV(B) 192.34º 0.66% 0.84% -
XYZ 32.65 41.48 70.58 -
YUV 155.82 161.39 69.64 -
System Red Green Blue C M Y K H S L
Decimal 74 186 215 0.66 0.13 0 0.16 192.34 0.64 0.57
Hex 4A BA D7 42 D 0 10 C0 40 39
Octal 112 272 327 102 15 0 20 300 100 71
Binary 1001010 10111010 11010111 1000010 1101 0 10000 11000000 1000000 111001

Color Harmonies of #4ABAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABAD7

Black with #4ABAD7

Text Example


Text Example

White with #4ABAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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