Html Css Color HEX #4ABFDA Viking

📋 copy color: '#4ABFDA'

red 74 ◦ green 191 ◦ blue 218

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

Shades of Viking #4ABFDA

Tints of Viking #4ABFDA

RGB

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

 GREEN value IS 191 (75% from 255) = 39.54%

 BLUE value IS 218 (85.55% from 255) = 45.13%

R = 15.32%
G = 39.54%
B = 45.13%

CMYK

 C value IS 0.66

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4ABFDA (or 0x4ABFDA) is known color: Viking. HEX triplet: 4A, BF and DA. RGB value is (74,191,218). Sum of RGB (Red+Green+Blue) = 74+191+218=483 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.32% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #4ABFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABFDA is #B54025. Grayscale: #9E9E9E. Windows color (decimal): -11878438 or 14335818. OLE color: 14335818.

HSL color Cylindrical-coordinate representation of color #4ABFDA: hue angle of 191.25º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ABFDA is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 74 191 218 -
CMYK 0.66 0.12 0 0.15
HSL 191.25º 0.66% 0.57% -
HSV(B) 191.25º 0.66% 0.85% -
XYZ 34.11 43.78 72.98 -
YUV 159.1 161.24 67.3 -
System Red Green Blue C M Y K H S L
Decimal 74 191 218 0.66 0.12 0 0.15 191.25 0.66 0.57
Hex 4A BF DA 42 C 0 F BF 42 39
Octal 112 277 332 102 14 0 17 277 102 71
Binary 1001010 10111111 11011010 1000010 1100 0 1111 10111111 1000010 111001

Color Harmonies of #4ABFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABFDA

Black with #4ABFDA

Text Example


Text Example

White with #4ABFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,191,218); }

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

background-color css

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

 a { background-color: rgb(74,191,218); }

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

border-color css

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

 span { border-color: rgb(74,191,218); }

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