Html Css Color HEX #046294 Cerulean

📋 copy color: '#046294'

red 4 ◦ green 98 ◦ blue 148

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

Shades of Cerulean #046294

Tints of Cerulean #046294

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.2%

 BLUE value IS 148 (58.2% from 255) = 59.2%

R = 1.6%
G = 39.2%
B = 59.2%

CMYK

 C value IS 0.97

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#046294 (or 0x046294) is known color: Cerulean. HEX triplet: 04, 62 and 94. RGB value is (4,98,148). Sum of RGB (Red+Green+Blue) = 4+98+148=250 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.6% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 148 (58.20% from 255 or 59.2% from 250); Max value from RGB is 148 - color contains mainly: blue. Hex color #046294 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046294 is #FB9D6B. Grayscale: #4B4B4B. Windows color (decimal): -16489836 or 9724420. OLE color: 9724420.

HSL color Cylindrical-coordinate representation of color #046294: hue angle of 200.83º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046294 is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 98 148 -
CMYK 0.97 0.34 0 0.42
HSL 200.83º 0.95% 0.3% -
HSV(B) 200.83º 0.97% 0.58% -
XYZ 9.76 10.9 29.61 -
YUV 75.59 168.86 76.93 -
System Red Green Blue C M Y K H S L
Decimal 4 98 148 0.97 0.34 0 0.42 200.83 0.95 0.3
Hex 4 62 94 61 22 0 2A C9 5F 1E
Octal 4 142 224 141 42 0 52 311 137 36
Binary 100 1100010 10010100 1100001 100010 0 101010 11001001 1011111 11110

Color Harmonies of #046294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046294

Black with #046294

Text Example


Text Example

White with #046294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046294; }

 p { color: rgb(4,98,148); }

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

background-color css

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

 a { background-color: rgb(4,98,148); }

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

border-color css

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

 span { border-color: rgb(4,98,148); }

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