Html Css Color HEX #049DC4 Pacific Blue

📋 copy color: '#049DC4'

red 4 ◦ green 157 ◦ blue 196

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

Shades of Pacific Blue #049DC4

Tints of Pacific Blue #049DC4

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.98%

 BLUE value IS 196 (76.95% from 255) = 54.9%

R = 1.12%
G = 43.98%
B = 54.9%

CMYK

 C value IS 0.98

 M value IS 0.20

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#049DC4 (or 0x049DC4) is known color: Pacific Blue. HEX triplet: 04, 9D and C4. RGB value is (4,157,196). Sum of RGB (Red+Green+Blue) = 4+157+196=357 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 357); Green value is 157 (61.72% from 255 or 43.98% from 357); Blue value is 196 (76.95% from 255 or 54.90% from 357); Max value from RGB is 196 - color contains mainly: blue. Hex color #049DC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049DC4 is #FB623B. Grayscale: #737373. Windows color (decimal): -16474684 or 12885252. OLE color: 12885252.

HSL color Cylindrical-coordinate representation of color #049DC4: hue angle of 192.19º 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 #049DC4 is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 4 157 196 -
CMYK 0.98 0.20 0 0.23
HSL 192.19º 0.96% 0.39% -
HSV(B) 192.19º 0.98% 0.77% -
XYZ 22.07 28.13 56.49 -
YUV 115.7 173.31 48.33 -
System Red Green Blue C M Y K H S L
Decimal 4 157 196 0.98 0.20 0 0.23 192.19 0.96 0.39
Hex 4 9D C4 62 14 0 17 C0 60 27
Octal 4 235 304 142 24 0 27 300 140 47
Binary 100 10011101 11000100 1100010 10100 0 10111 11000000 1100000 100111

Color Harmonies of #049DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049DC4

Black with #049DC4

Text Example


Text Example

White with #049DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,157,196); }

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

background-color css

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

 a { background-color: rgb(4,157,196); }

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

border-color css

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

 span { border-color: rgb(4,157,196); }

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