Html Css Color HEX #049BC5 Pacific Blue

📋 copy color: '#049BC5'

red 4 ◦ green 155 ◦ blue 197

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

Shades of Pacific Blue #049BC5

Tints of Pacific Blue #049BC5

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.54%

 BLUE value IS 197 (77.34% from 255) = 55.34%

R = 1.12%
G = 43.54%
B = 55.34%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#049BC5 (or 0x049BC5) is known color: Pacific Blue. HEX triplet: 04, 9B and C5. RGB value is (4,155,197). Sum of RGB (Red+Green+Blue) = 4+155+197=356 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 197 (77.34% from 255 or 55.34% from 356); Max value from RGB is 197 - color contains mainly: blue. Hex color #049BC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049BC5 is #FB643A. Grayscale: #727272. Windows color (decimal): -16475195 or 12950276. OLE color: 12950276.

HSL color Cylindrical-coordinate representation of color #049BC5: hue angle of 193.06º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049BC5 is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 4 155 197 -
CMYK 0.98 0.21 0 0.23
HSL 193.06º 0.96% 0.39% -
HSV(B) 193.06º 0.98% 0.77% -
XYZ 21.85 27.5 56.98 -
YUV 114.64 174.47 49.08 -
System Red Green Blue C M Y K H S L
Decimal 4 155 197 0.98 0.21 0 0.23 193.06 0.96 0.39
Hex 4 9B C5 62 15 0 17 C1 60 27
Octal 4 233 305 142 25 0 27 301 140 47
Binary 100 10011011 11000101 1100010 10101 0 10111 11000001 1100000 100111

Color Harmonies of #049BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049BC5

Black with #049BC5

Text Example


Text Example

White with #049BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,155,197); }

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

background-color css

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

 a { background-color: rgb(4,155,197); }

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

border-color css

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

 span { border-color: rgb(4,155,197); }

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