Html Css Color HEX #047CAD Cerulean

📋 copy color: '#047CAD'

red 4 ◦ green 124 ◦ blue 173

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

Shades of Cerulean #047CAD

Tints of Cerulean #047CAD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.2%

 BLUE value IS 173 (67.97% from 255) = 57.48%

R = 1.33%
G = 41.2%
B = 57.48%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#047CAD (or 0x047CAD) is known color: Cerulean. HEX triplet: 04, 7C and AD. RGB value is (4,124,173). Sum of RGB (Red+Green+Blue) = 4+124+173=301 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #047CAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047CAD is #FB8352. Grayscale: #5D5D5D. Windows color (decimal): -16483155 or 11369476. OLE color: 11369476.

HSL color Cylindrical-coordinate representation of color #047CAD: hue angle of 197.4º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047CAD is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 4 124 173 -
CMYK 0.98 0.28 0 0.32
HSL 197.4º 0.95% 0.35% -
HSV(B) 197.4º 0.98% 0.68% -
XYZ 14.8 17.46 42.12 -
YUV 93.71 172.74 64.02 -
System Red Green Blue C M Y K H S L
Decimal 4 124 173 0.98 0.28 0 0.32 197.4 0.95 0.35
Hex 4 7C AD 62 1C 0 20 C5 5F 23
Octal 4 174 255 142 34 0 40 305 137 43
Binary 100 1111100 10101101 1100010 11100 0 100000 11000101 1011111 100011

Color Harmonies of #047CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047CAD

Black with #047CAD

Text Example


Text Example

White with #047CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047CAD; }

 p { color: rgb(4,124,173); }

 H1.HeaderClassName
 {
   color: #047CAD;
 }
 .AnyTagClassName
 {
   color: #047CAD;
 }
</style>

background-color css

<style>
 a { background-color: #047CAD; }

 a { background-color: rgb(4,124,173); }

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

border-color css

<style>
 span { border-color: #047CAD; }

 span { border-color: rgb(4,124,173); }

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