Html Css Color HEX #4FBBC4 Viking

📋 copy color: '#4FBBC4'

red 79 ◦ green 187 ◦ blue 196

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

Shades of Viking #4FBBC4

Tints of Viking #4FBBC4

RGB

 RED value IS 79 (31.25% from 255) = 17.1%

 GREEN value IS 187 (73.44% from 255) = 40.48%

 BLUE value IS 196 (76.95% from 255) = 42.42%

R = 17.1%
G = 40.48%
B = 42.42%

CMYK

 C value IS 0.60

 M value IS 0.05

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#4FBBC4 (or 0x4FBBC4) is known color: Viking. HEX triplet: 4F, BB and C4. RGB value is (79,187,196). Sum of RGB (Red+Green+Blue) = 79+187+196=462 (61% of max value = 765). Red value is 79 (31.25% from 255 or 17.10% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 196 (76.95% from 255 or 42.42% from 462); Max value from RGB is 196 - color contains mainly: blue. Hex color #4FBBC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBBC4 is #B0443B. Grayscale: #9B9B9B. Windows color (decimal): -11551804 or 12893007. OLE color: 12893007.

HSL color Cylindrical-coordinate representation of color #4FBBC4: hue angle of 184.62º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4FBBC4 is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 79 187 196 -
CMYK 0.60 0.05 0 0.23
HSL 184.62º 0.5% 0.54% -
HSV(B) 184.62º 0.6% 0.77% -
XYZ 30.96 41.19 58.54 -
YUV 155.73 150.72 73.27 -
System Red Green Blue C M Y K H S L
Decimal 79 187 196 0.60 0.05 0 0.23 184.62 0.5 0.54
Hex 4F BB C4 3C 5 0 17 B9 32 36
Octal 117 273 304 74 5 0 27 271 62 66
Binary 1001111 10111011 11000100 111100 101 0 10111 10111001 110010 110110

Color Harmonies of #4FBBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FBBC4

Black with #4FBBC4

Text Example


Text Example

White with #4FBBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,187,196); }

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

background-color css

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

 a { background-color: rgb(79,187,196); }

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

border-color css

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

 span { border-color: rgb(79,187,196); }

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