Html Css Color HEX #4FB1CC Viking

📋 copy color: '#4FB1CC'

red 79 ◦ green 177 ◦ blue 204

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

Shades of Viking #4FB1CC

Tints of Viking #4FB1CC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.48%

 BLUE value IS 204 (80.08% from 255) = 44.35%

R = 17.17%
G = 38.48%
B = 44.35%

CMYK

 C value IS 0.61

 M value IS 0.13

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4FB1CC (or 0x4FB1CC) is known color: Viking. HEX triplet: 4F, B1 and CC. RGB value is (79,177,204). Sum of RGB (Red+Green+Blue) = 79+177+204=460 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.17% from 460); Green value is 177 (69.53% from 255 or 38.48% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #4FB1CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FB1CC is #B04E33. Grayscale: #969696. Windows color (decimal): -11554356 or 13414735. OLE color: 13414735.

HSL color Cylindrical-coordinate representation of color #4FB1CC: hue angle of 192.96º degrees, saturation: 0.55, 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 #4FB1CC is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 79 177 204 -
CMYK 0.61 0.13 0 0.2
HSL 192.96º 0.55% 0.55% -
HSV(B) 192.96º 0.61% 0.8% -
XYZ 29.85 37.47 62.79 -
YUV 150.78 158.03 76.8 -
System Red Green Blue C M Y K H S L
Decimal 79 177 204 0.61 0.13 0 0.2 192.96 0.55 0.55
Hex 4F B1 CC 3D D 0 14 C1 37 37
Octal 117 261 314 75 15 0 24 301 67 67
Binary 1001111 10110001 11001100 111101 1101 0 10100 11000001 110111 110111

Color Harmonies of #4FB1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB1CC

Black with #4FB1CC

Text Example


Text Example

White with #4FB1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,177,204); }

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

background-color css

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

 a { background-color: rgb(79,177,204); }

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

border-color css

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

 span { border-color: rgb(79,177,204); }

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