Html Css Color HEX #4FA7CC Viking

📋 copy color: '#4FA7CC'

red 79 ◦ green 167 ◦ blue 204

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

Shades of Viking #4FA7CC

Tints of Viking #4FA7CC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.11%

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

R = 17.56%
G = 37.11%
B = 45.33%

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

#4FA7CC (or 0x4FA7CC) is known color: Viking. HEX triplet: 4F, A7 and CC. RGB value is (79,167,204). Sum of RGB (Red+Green+Blue) = 79+167+204=450 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.56% from 450); Green value is 167 (65.62% from 255 or 37.11% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #4FA7CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA7CC is #B05833. Grayscale: #909090. Windows color (decimal): -11556916 or 13412175. OLE color: 13412175.

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

Color convert

RGB 79 167 204 -
CMYK 0.61 0.18 0 0.2
HSL 197.76º 0.55% 0.55% -
HSV(B) 197.76º 0.61% 0.8% -
XYZ 27.94 33.66 62.15 -
YUV 144.91 161.35 80.99 -
System Red Green Blue C M Y K H S L
Decimal 79 167 204 0.61 0.18 0 0.2 197.76 0.55 0.55
Hex 4F A7 CC 3D 12 0 14 C6 37 37
Octal 117 247 314 75 22 0 24 306 67 67
Binary 1001111 10100111 11001100 111101 10010 0 10100 11000110 110111 110111

Color Harmonies of #4FA7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA7CC

Black with #4FA7CC

Text Example


Text Example

White with #4FA7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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