Html Css Color HEX #4FAFCA Viking

📋 copy color: '#4FAFCA'

red 79 ◦ green 175 ◦ blue 202

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

Shades of Viking #4FAFCA

Tints of Viking #4FAFCA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.38%

 BLUE value IS 202 (79.3% from 255) = 44.3%

R = 17.32%
G = 38.38%
B = 44.3%

CMYK

 C value IS 0.61

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4FAFCA (or 0x4FAFCA) is known color: Viking. HEX triplet: 4F, AF and CA. RGB value is (79,175,202). Sum of RGB (Red+Green+Blue) = 79+175+202=456 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.32% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #4FAFCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FAFCA is #B05035. Grayscale: #959595. Windows color (decimal): -11554870 or 13283151. OLE color: 13283151.

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

Color convert

RGB 79 175 202 -
CMYK 0.61 0.13 0 0.21
HSL 193.17º 0.54% 0.55% -
HSV(B) 193.17º 0.61% 0.79% -
XYZ 29.22 36.59 61.4 -
YUV 149.37 157.7 77.8 -
System Red Green Blue C M Y K H S L
Decimal 79 175 202 0.61 0.13 0 0.21 193.17 0.54 0.55
Hex 4F AF CA 3D D 0 15 C1 36 37
Octal 117 257 312 75 15 0 25 301 66 67
Binary 1001111 10101111 11001010 111101 1101 0 10101 11000001 110110 110111

Color Harmonies of #4FAFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAFCA

Black with #4FAFCA

Text Example


Text Example

White with #4FAFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,175,202); }

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

background-color css

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

 a { background-color: rgb(79,175,202); }

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

border-color css

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

 span { border-color: rgb(79,175,202); }

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