Html Css Color HEX #049BBC Pacific Blue

📋 copy color: '#049BBC'

red 4 ◦ green 155 ◦ blue 188

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

Shades of Pacific Blue #049BBC

Tints of Pacific Blue #049BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.18%

R = 1.15%
G = 44.67%
B = 54.18%

CMYK

 C value IS 0.98

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#049BBC (or 0x049BBC) is known color: Pacific Blue. HEX triplet: 04, 9B and BC. RGB value is (4,155,188). Sum of RGB (Red+Green+Blue) = 4+155+188=347 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 347); Green value is 155 (60.94% from 255 or 44.67% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #049BBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049BBC is #FB6443. Grayscale: #717171. Windows color (decimal): -16475204 or 12360452. OLE color: 12360452.

HSL color Cylindrical-coordinate representation of color #049BBC: hue angle of 190.76º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049BBC is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 4 155 188 -
CMYK 0.98 0.18 0 0.26
HSL 190.76º 0.96% 0.38% -
HSV(B) 190.76º 0.98% 0.74% -
XYZ 20.85 27.1 51.71 -
YUV 113.61 169.97 49.82 -
System Red Green Blue C M Y K H S L
Decimal 4 155 188 0.98 0.18 0 0.26 190.76 0.96 0.38
Hex 4 9B BC 62 12 0 1A BF 60 26
Octal 4 233 274 142 22 0 32 277 140 46
Binary 100 10011011 10111100 1100010 10010 0 11010 10111111 1100000 100110

Color Harmonies of #049BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049BBC

Black with #049BBC

Text Example


Text Example

White with #049BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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