Html Css Color HEX #4FACCD Viking

📋 copy color: '#4FACCD'

red 79 ◦ green 172 ◦ blue 205

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

Shades of Viking #4FACCD

Tints of Viking #4FACCD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.72%

 BLUE value IS 205 (80.47% from 255) = 44.96%

R = 17.32%
G = 37.72%
B = 44.96%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4FACCD (or 0x4FACCD) is known color: Viking. HEX triplet: 4F, AC and CD. RGB value is (79,172,205). Sum of RGB (Red+Green+Blue) = 79+172+205=456 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.32% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #4FACCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FACCD is #B05332. Grayscale: #939393. Windows color (decimal): -11555635 or 13478991. OLE color: 13478991.

HSL color Cylindrical-coordinate representation of color #4FACCD: hue angle of 195.71º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FACCD is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 79 172 205 -
CMYK 0.61 0.16 0 0.20
HSL 195.71º 0.56% 0.56% -
HSV(B) 195.71º 0.61% 0.8% -
XYZ 29 35.58 63.1 -
YUV 147.96 160.19 78.82 -
System Red Green Blue C M Y K H S L
Decimal 79 172 205 0.61 0.16 0 0.20 195.71 0.56 0.56
Hex 4F AC CD 3D 10 0 14 C4 38 38
Octal 117 254 315 75 20 0 24 304 70 70
Binary 1001111 10101100 11001101 111101 10000 0 10100 11000100 111000 111000

Color Harmonies of #4FACCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FACCD

Black with #4FACCD

Text Example


Text Example

White with #4FACCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,172,205); }

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

background-color css

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

 a { background-color: rgb(79,172,205); }

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

border-color css

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

 span { border-color: rgb(79,172,205); }

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