Html Css Color HEX #047AAE Cerulean

📋 copy color: '#047AAE'

red 4 ◦ green 122 ◦ blue 174

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

Shades of Cerulean #047AAE

Tints of Cerulean #047AAE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.67%

 BLUE value IS 174 (68.36% from 255) = 58%

R = 1.33%
G = 40.67%
B = 58%

CMYK

 C value IS 0.98

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#047AAE (or 0x047AAE) is known color: Cerulean. HEX triplet: 04, 7A and AE. RGB value is (4,122,174). Sum of RGB (Red+Green+Blue) = 4+122+174=300 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 174 (68.36% from 255 or 58% from 300); Max value from RGB is 174 - color contains mainly: blue. Hex color #047AAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047AAE is #FB8551. Grayscale: #5C5C5C. Windows color (decimal): -16483666 or 11434500. OLE color: 11434500.

HSL color Cylindrical-coordinate representation of color #047AAE: hue angle of 198.35º degrees, saturation: 0.96, 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 #047AAE is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 4 122 174 -
CMYK 0.98 0.30 0 0.32
HSL 198.35º 0.96% 0.35% -
HSV(B) 198.35º 0.98% 0.68% -
XYZ 14.65 17 42.55 -
YUV 92.65 173.91 64.77 -
System Red Green Blue C M Y K H S L
Decimal 4 122 174 0.98 0.30 0 0.32 198.35 0.96 0.35
Hex 4 7A AE 62 1E 0 20 C6 60 23
Octal 4 172 256 142 36 0 40 306 140 43
Binary 100 1111010 10101110 1100010 11110 0 100000 11000110 1100000 100011

Color Harmonies of #047AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047AAE

Black with #047AAE

Text Example


Text Example

White with #047AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,122,174); }

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

background-color css

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

 a { background-color: rgb(4,122,174); }

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

border-color css

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

 span { border-color: rgb(4,122,174); }

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