Html Css Color HEX #0474BA Cerulean

📋 copy color: '#0474BA'

red 4 ◦ green 116 ◦ blue 186

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

Shades of Cerulean #0474BA

Tints of Cerulean #0474BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 60.78%

R = 1.31%
G = 37.91%
B = 60.78%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0474BA (or 0x0474BA) is known color: Cerulean. HEX triplet: 04, 74 and BA. RGB value is (4,116,186). Sum of RGB (Red+Green+Blue) = 4+116+186=306 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #0474BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0474BA is #FB8B45. Grayscale: #5A5A5A. Windows color (decimal): -16485190 or 12219396. OLE color: 12219396.

HSL color Cylindrical-coordinate representation of color #0474BA: hue angle of 203.08º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0474BA is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 4 116 186 -
CMYK 0.98 0.38 0 0.27
HSL 203.08º 0.96% 0.37% -
HSV(B) 203.08º 0.98% 0.73% -
XYZ 15.16 16.06 48.76 -
YUV 90.49 181.89 66.31 -
System Red Green Blue C M Y K H S L
Decimal 4 116 186 0.98 0.38 0 0.27 203.08 0.96 0.37
Hex 4 74 BA 62 26 0 1B CB 60 25
Octal 4 164 272 142 46 0 33 313 140 45
Binary 100 1110100 10111010 1100010 100110 0 11011 11001011 1100000 100101

Color Harmonies of #0474BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0474BA

Black with #0474BA

Text Example


Text Example

White with #0474BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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