Html Css Color HEX #049FC6 Pacific Blue

📋 copy color: '#049FC6'

red 4 ◦ green 159 ◦ blue 198

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

Shades of Pacific Blue #049FC6

Tints of Pacific Blue #049FC6

RGB

 RED value IS 4 (1.95% from 255) = 1.11%

 GREEN value IS 159 (62.5% from 255) = 44.04%

 BLUE value IS 198 (77.73% from 255) = 54.85%

R = 1.11%
G = 44.04%
B = 54.85%

CMYK

 C value IS 0.98

 M value IS 0.20

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#049FC6 (or 0x049FC6) is known color: Pacific Blue. HEX triplet: 04, 9F and C6. RGB value is (4,159,198). Sum of RGB (Red+Green+Blue) = 4+159+198=361 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.11% from 361); Green value is 159 (62.5% from 255 or 44.04% from 361); Blue value is 198 (77.73% from 255 or 54.85% from 361); Max value from RGB is 198 - color contains mainly: blue. Hex color #049FC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049FC6 is #FB6039. Grayscale: #747474. Windows color (decimal): -16474170 or 13016836. OLE color: 13016836.

HSL color Cylindrical-coordinate representation of color #049FC6: hue angle of 192.06º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049FC6 is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 4 159 198 -
CMYK 0.98 0.20 0 0.22
HSL 192.06º 0.96% 0.4% -
HSV(B) 192.06º 0.98% 0.78% -
XYZ 22.64 28.9 57.81 -
YUV 117.1 173.65 47.33 -
System Red Green Blue C M Y K H S L
Decimal 4 159 198 0.98 0.20 0 0.22 192.06 0.96 0.4
Hex 4 9F C6 62 14 0 16 C0 60 28
Octal 4 237 306 142 24 0 26 300 140 50
Binary 100 10011111 11000110 1100010 10100 0 10110 11000000 1100000 101000

Color Harmonies of #049FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049FC6

Black with #049FC6

Text Example


Text Example

White with #049FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049FC6; }

 p { color: rgb(4,159,198); }

 H1.HeaderClassName
 {
   color: #049FC6;
 }
 .AnyTagClassName
 {
   color: #049FC6;
 }
</style>

background-color css

<style>
 a { background-color: #049FC6; }

 a { background-color: rgb(4,159,198); }

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

border-color css

<style>
 span { border-color: #049FC6; }

 span { border-color: rgb(4,159,198); }

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