Html Css Color HEX #4FA8CC Viking

📋 copy color: '#4FA8CC'

red 79 ◦ green 168 ◦ blue 204

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

Shades of Viking #4FA8CC

Tints of Viking #4FA8CC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.25%

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

R = 17.52%
G = 37.25%
B = 45.23%

CMYK

 C value IS 0.61

 M value IS 0.18

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4FA8CC (or 0x4FA8CC) is known color: Viking. HEX triplet: 4F, A8 and CC. RGB value is (79,168,204). Sum of RGB (Red+Green+Blue) = 79+168+204=451 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.52% from 451); Green value is 168 (66.02% from 255 or 37.25% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #4FA8CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA8CC is #B05733. Grayscale: #919191. Windows color (decimal): -11556660 or 13412431. OLE color: 13412431.

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

Color convert

RGB 79 168 204 -
CMYK 0.61 0.18 0 0.2
HSL 197.28º 0.55% 0.55% -
HSV(B) 197.28º 0.61% 0.8% -
XYZ 28.13 34.03 62.21 -
YUV 145.49 161.01 80.57 -
System Red Green Blue C M Y K H S L
Decimal 79 168 204 0.61 0.18 0 0.2 197.28 0.55 0.55
Hex 4F A8 CC 3D 12 0 14 C5 37 37
Octal 117 250 314 75 22 0 24 305 67 67
Binary 1001111 10101000 11001100 111101 10010 0 10100 11000101 110111 110111

Color Harmonies of #4FA8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA8CC

Black with #4FA8CC

Text Example


Text Example

White with #4FA8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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