Html Css Color HEX #0474AE Cerulean

📋 copy color: '#0474AE'

red 4 ◦ green 116 ◦ blue 174

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

Shades of Cerulean #0474AE

Tints of Cerulean #0474AE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.46%

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

R = 1.36%
G = 39.46%
B = 59.18%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0474AE (or 0x0474AE) is known color: Cerulean. HEX triplet: 04, 74 and AE. RGB value is (4,116,174). Sum of RGB (Red+Green+Blue) = 4+116+174=294 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 174 (68.36% from 255 or 59.18% from 294); Max value from RGB is 174 - color contains mainly: blue. Hex color #0474AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0474AE is #FB8B51. Grayscale: #585858. Windows color (decimal): -16485202 or 11432964. OLE color: 11432964.

HSL color Cylindrical-coordinate representation of color #0474AE: hue angle of 200.47º 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 #0474AE is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 4 116 174 -
CMYK 0.98 0.33 0 0.32
HSL 200.47º 0.96% 0.35% -
HSV(B) 200.47º 0.98% 0.68% -
XYZ 13.94 15.57 42.32 -
YUV 89.12 175.89 67.28 -
System Red Green Blue C M Y K H S L
Decimal 4 116 174 0.98 0.33 0 0.32 200.47 0.96 0.35
Hex 4 74 AE 62 21 0 20 C8 60 23
Octal 4 164 256 142 41 0 40 310 140 43
Binary 100 1110100 10101110 1100010 100001 0 100000 11001000 1100000 100011

Color Harmonies of #0474AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0474AE

Black with #0474AE

Text Example


Text Example

White with #0474AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0474AE; }

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

 H1.HeaderClassName
 {
   color: #0474AE;
 }
 .AnyTagClassName
 {
   color: #0474AE;
 }
</style>

background-color css

<style>
 a { background-color: #0474AE; }

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

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

border-color css

<style>
 span { border-color: #0474AE; }

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

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