Html Css Color HEX #4ABDCF Viking

📋 copy color: '#4ABDCF'

red 74 ◦ green 189 ◦ blue 207

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

Shades of Viking #4ABDCF

Tints of Viking #4ABDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.04%

R = 15.74%
G = 40.21%
B = 44.04%

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

#4ABDCF (or 0x4ABDCF) is known color: Viking. HEX triplet: 4A, BD and CF. RGB value is (74,189,207). Sum of RGB (Red+Green+Blue) = 74+189+207=470 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.74% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #4ABDCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABDCF is #B54230. Grayscale: #9C9C9C. Windows color (decimal): -11878961 or 13614410. OLE color: 13614410.

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

Color convert

RGB 74 189 207 -
CMYK 0.64 0.09 0 0.19
HSL 188.12º 0.58% 0.55% -
HSV(B) 188.12º 0.64% 0.81% -
XYZ 32.28 42.36 65.51 -
YUV 156.67 156.4 69.04 -
System Red Green Blue C M Y K H S L
Decimal 74 189 207 0.64 0.09 0 0.19 188.12 0.58 0.55
Hex 4A BD CF 40 9 0 13 BC 3A 37
Octal 112 275 317 100 11 0 23 274 72 67
Binary 1001010 10111101 11001111 1000000 1001 0 10011 10111100 111010 110111

Color Harmonies of #4ABDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABDCF

Black with #4ABDCF

Text Example


Text Example

White with #4ABDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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