Html Css Color HEX #4ABDCE Viking

📋 copy color: '#4ABDCE'

red 74 ◦ green 189 ◦ blue 206

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

Shades of Viking #4ABDCE

Tints of Viking #4ABDCE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.3%

 BLUE value IS 206 (80.86% from 255) = 43.92%

R = 15.78%
G = 40.3%
B = 43.92%

CMYK

 C value IS 0.64

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4ABDCE (or 0x4ABDCE) is known color: Viking. HEX triplet: 4A, BD and CE. RGB value is (74,189,206). Sum of RGB (Red+Green+Blue) = 74+189+206=469 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.78% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #4ABDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABDCE is #B54231. Grayscale: #9C9C9C. Windows color (decimal): -11878962 or 13548874. OLE color: 13548874.

HSL color Cylindrical-coordinate representation of color #4ABDCE: hue angle of 187.73º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ABDCE is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 74 189 206 -
CMYK 0.64 0.08 0 0.19
HSL 187.73º 0.57% 0.55% -
HSV(B) 187.73º 0.64% 0.81% -
XYZ 32.16 42.31 64.86 -
YUV 156.55 155.9 69.12 -
System Red Green Blue C M Y K H S L
Decimal 74 189 206 0.64 0.08 0 0.19 187.73 0.57 0.55
Hex 4A BD CE 40 8 0 13 BC 39 37
Octal 112 275 316 100 10 0 23 274 71 67
Binary 1001010 10111101 11001110 1000000 1000 0 10011 10111100 111001 110111

Color Harmonies of #4ABDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABDCE

Black with #4ABDCE

Text Example


Text Example

White with #4ABDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,189,206); }

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

background-color css

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

 a { background-color: rgb(74,189,206); }

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

border-color css

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

 span { border-color: rgb(74,189,206); }

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