Html Css Color HEX #4ABCCE Viking

📋 copy color: '#4ABCCE'

red 74 ◦ green 188 ◦ blue 206

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

Shades of Viking #4ABCCE

Tints of Viking #4ABCCE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.17%

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

R = 15.81%
G = 40.17%
B = 44.02%

CMYK

 C value IS 0.64

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4ABCCE (or 0x4ABCCE) is known color: Viking. HEX triplet: 4A, BC and CE. RGB value is (74,188,206). Sum of RGB (Red+Green+Blue) = 74+188+206=468 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.81% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #4ABCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABCCE is #B54331. Grayscale: #9B9B9B. Windows color (decimal): -11879218 or 13548618. OLE color: 13548618.

HSL color Cylindrical-coordinate representation of color #4ABCCE: hue angle of 188.18º 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 #4ABCCE is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 74 188 206 -
CMYK 0.64 0.09 0 0.19
HSL 188.18º 0.57% 0.55% -
HSV(B) 188.18º 0.64% 0.81% -
XYZ 31.95 41.88 64.79 -
YUV 155.97 156.23 69.54 -
System Red Green Blue C M Y K H S L
Decimal 74 188 206 0.64 0.09 0 0.19 188.18 0.57 0.55
Hex 4A BC CE 40 9 0 13 BC 39 37
Octal 112 274 316 100 11 0 23 274 71 67
Binary 1001010 10111100 11001110 1000000 1001 0 10011 10111100 111001 110111

Color Harmonies of #4ABCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABCCE

Black with #4ABCCE

Text Example


Text Example

White with #4ABCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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