Html Css Color HEX #4FBCC1 Viking

📋 copy color: '#4FBCC1'

red 79 ◦ green 188 ◦ blue 193

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

Shades of Viking #4FBCC1

Tints of Viking #4FBCC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.96%

R = 17.17%
G = 40.87%
B = 41.96%

CMYK

 C value IS 0.59

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4FBCC1 (or 0x4FBCC1) is known color: Viking. HEX triplet: 4F, BC and C1. RGB value is (79,188,193). Sum of RGB (Red+Green+Blue) = 79+188+193=460 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.17% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 193 (75.78% from 255 or 41.96% from 460); Max value from RGB is 193 - color contains mainly: blue. Hex color #4FBCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBCC1 is #B0433E. Grayscale: #9B9B9B. Windows color (decimal): -11551551 or 12696655. OLE color: 12696655.

HSL color Cylindrical-coordinate representation of color #4FBCC1: hue angle of 182.63º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4FBCC1 is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 79 188 193 -
CMYK 0.59 0.03 0 0.24
HSL 182.63º 0.48% 0.53% -
HSV(B) 182.63º 0.59% 0.76% -
XYZ 30.83 41.48 56.83 -
YUV 155.98 148.89 73.09 -
System Red Green Blue C M Y K H S L
Decimal 79 188 193 0.59 0.03 0 0.24 182.63 0.48 0.53
Hex 4F BC C1 3B 3 0 18 B7 30 35
Octal 117 274 301 73 3 0 30 267 60 65
Binary 1001111 10111100 11000001 111011 11 0 11000 10110111 110000 110101

Color Harmonies of #4FBCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FBCC1

Black with #4FBCC1

Text Example


Text Example

White with #4FBCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,188,193); }

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

background-color css

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

 a { background-color: rgb(79,188,193); }

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

border-color css

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

 span { border-color: rgb(79,188,193); }

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