Html Css Color HEX #4ABEDA Viking

📋 copy color: '#4ABEDA'

red 74 ◦ green 190 ◦ blue 218

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

Shades of Viking #4ABEDA

Tints of Viking #4ABEDA

RGB

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

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

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

R = 15.35%
G = 39.42%
B = 45.23%

CMYK

 C value IS 0.66

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4ABEDA (or 0x4ABEDA) is known color: Viking. HEX triplet: 4A, BE and DA. RGB value is (74,190,218). Sum of RGB (Red+Green+Blue) = 74+190+218=482 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.35% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #4ABEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABEDA is #B54125. Grayscale: #9E9E9E. Windows color (decimal): -11878694 or 14335562. OLE color: 14335562.

HSL color Cylindrical-coordinate representation of color #4ABEDA: hue angle of 191.67º 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 #4ABEDA is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 74 190 218 -
CMYK 0.66 0.13 0 0.15
HSL 191.67º 0.66% 0.57% -
HSV(B) 191.67º 0.66% 0.85% -
XYZ 33.89 43.34 72.91 -
YUV 158.51 161.57 67.72 -
System Red Green Blue C M Y K H S L
Decimal 74 190 218 0.66 0.13 0 0.15 191.67 0.66 0.57
Hex 4A BE DA 42 D 0 F C0 42 39
Octal 112 276 332 102 15 0 17 300 102 71
Binary 1001010 10111110 11011010 1000010 1101 0 1111 11000000 1000010 111001

Color Harmonies of #4ABEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABEDA

Black with #4ABEDA

Text Example


Text Example

White with #4ABEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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