Html Css Color HEX #4FBECB Viking

📋 copy color: '#4FBECB'

red 79 ◦ green 190 ◦ blue 203

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

Shades of Viking #4FBECB

Tints of Viking #4FBECB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.25%

 BLUE value IS 203 (79.69% from 255) = 43.01%

R = 16.74%
G = 40.25%
B = 43.01%

CMYK

 C value IS 0.61

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4FBECB (or 0x4FBECB) is known color: Viking. HEX triplet: 4F, BE and CB. RGB value is (79,190,203). Sum of RGB (Red+Green+Blue) = 79+190+203=472 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.74% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #4FBECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBECB is #B04134. Grayscale: #9E9E9E. Windows color (decimal): -11551029 or 13352527. OLE color: 13352527.

HSL color Cylindrical-coordinate representation of color #4FBECB: hue angle of 186.29º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FBECB is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 79 190 203 -
CMYK 0.61 0.06 0 0.20
HSL 186.29º 0.54% 0.55% -
HSV(B) 186.29º 0.61% 0.8% -
XYZ 32.42 42.8 63.05 -
YUV 158.29 153.23 71.44 -
System Red Green Blue C M Y K H S L
Decimal 79 190 203 0.61 0.06 0 0.20 186.29 0.54 0.55
Hex 4F BE CB 3D 6 0 14 BA 36 37
Octal 117 276 313 75 6 0 24 272 66 67
Binary 1001111 10111110 11001011 111101 110 0 10100 10111010 110110 110111

Color Harmonies of #4FBECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FBECB

Black with #4FBECB

Text Example


Text Example

White with #4FBECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,190,203); }

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

background-color css

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

 a { background-color: rgb(79,190,203); }

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

border-color css

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

 span { border-color: rgb(79,190,203); }

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