Html Css Color HEX #4FB9CF Viking

📋 copy color: '#4FB9CF'

red 79 ◦ green 185 ◦ blue 207

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

Shades of Viking #4FB9CF

Tints of Viking #4FB9CF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.28%

 BLUE value IS 207 (81.25% from 255) = 43.95%

R = 16.77%
G = 39.28%
B = 43.95%

CMYK

 C value IS 0.62

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4FB9CF (or 0x4FB9CF) is known color: Viking. HEX triplet: 4F, B9 and CF. RGB value is (79,185,207). Sum of RGB (Red+Green+Blue) = 79+185+207=471 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.77% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #4FB9CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FB9CF is #B04630. Grayscale: #9B9B9B. Windows color (decimal): -11552305 or 13613391. OLE color: 13613391.

HSL color Cylindrical-coordinate representation of color #4FB9CF: hue angle of 190.31º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FB9CF is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 79 185 207 -
CMYK 0.62 0.11 0 0.19
HSL 190.31º 0.57% 0.56% -
HSV(B) 190.31º 0.62% 0.81% -
XYZ 31.84 40.87 65.24 -
YUV 155.81 156.88 73.21 -
System Red Green Blue C M Y K H S L
Decimal 79 185 207 0.62 0.11 0 0.19 190.31 0.57 0.56
Hex 4F B9 CF 3E B 0 13 BE 39 38
Octal 117 271 317 76 13 0 23 276 71 70
Binary 1001111 10111001 11001111 111110 1011 0 10011 10111110 111001 111000

Color Harmonies of #4FB9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB9CF

Black with #4FB9CF

Text Example


Text Example

White with #4FB9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,185,207); }

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

background-color css

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

 a { background-color: rgb(79,185,207); }

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

border-color css

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

 span { border-color: rgb(79,185,207); }

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