Html Css Color HEX #4FB4CC Viking

📋 copy color: '#4FB4CC'

red 79 ◦ green 180 ◦ blue 204

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

Shades of Viking #4FB4CC

Tints of Viking #4FB4CC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.88%

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

R = 17.06%
G = 38.88%
B = 44.06%

CMYK

 C value IS 0.61

 M value IS 0.12

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4FB4CC (or 0x4FB4CC) is known color: Viking. HEX triplet: 4F, B4 and CC. RGB value is (79,180,204). Sum of RGB (Red+Green+Blue) = 79+180+204=463 (61% of max value = 765). Red value is 79 (31.25% from 255 or 17.06% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #4FB4CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FB4CC is #B04B33. Grayscale: #989898. Windows color (decimal): -11553588 or 13415503. OLE color: 13415503.

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

Color convert

RGB 79 180 204 -
CMYK 0.61 0.12 0 0.2
HSL 191.52º 0.55% 0.55% -
HSV(B) 191.52º 0.61% 0.8% -
XYZ 30.44 38.66 62.99 -
YUV 152.54 157.04 75.55 -
System Red Green Blue C M Y K H S L
Decimal 79 180 204 0.61 0.12 0 0.2 191.52 0.55 0.55
Hex 4F B4 CC 3D C 0 14 C0 37 37
Octal 117 264 314 75 14 0 24 300 67 67
Binary 1001111 10110100 11001100 111101 1100 0 10100 11000000 110111 110111

Color Harmonies of #4FB4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB4CC

Black with #4FB4CC

Text Example


Text Example

White with #4FB4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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