Html Css Color HEX #049BCD Pacific Blue

📋 copy color: '#049BCD'

red 4 ◦ green 155 ◦ blue 205

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

Shades of Pacific Blue #049BCD

Tints of Pacific Blue #049BCD

RGB

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

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

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

R = 1.1%
G = 42.58%
B = 56.32%

CMYK

 C value IS 0.98

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#049BCD (or 0x049BCD) is known color: Pacific Blue. HEX triplet: 04, 9B and CD. RGB value is (4,155,205). Sum of RGB (Red+Green+Blue) = 4+155+205=364 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 205 (80.47% from 255 or 56.32% from 364); Max value from RGB is 205 - color contains mainly: blue. Hex color #049BCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049BCD is #FB6432. Grayscale: #737373. Windows color (decimal): -16475187 or 13474564. OLE color: 13474564.

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

Color convert

RGB 4 155 205 -
CMYK 0.98 0.24 0 0.20
HSL 194.93º 0.96% 0.41% -
HSV(B) 194.93º 0.98% 0.8% -
XYZ 22.79 27.88 61.94 -
YUV 115.55 178.47 48.43 -
System Red Green Blue C M Y K H S L
Decimal 4 155 205 0.98 0.24 0 0.20 194.93 0.96 0.41
Hex 4 9B CD 62 18 0 14 C3 60 29
Octal 4 233 315 142 30 0 24 303 140 51
Binary 100 10011011 11001101 1100010 11000 0 10100 11000011 1100000 101001

Color Harmonies of #049BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049BCD

Black with #049BCD

Text Example


Text Example

White with #049BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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