Html Css Color HEX #046194 Cerulean

📋 copy color: '#046194'

red 4 ◦ green 97 ◦ blue 148

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

Shades of Cerulean #046194

Tints of Cerulean #046194

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.96%

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

R = 1.61%
G = 38.96%
B = 59.44%

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

#046194 (or 0x046194) is known color: Cerulean. HEX triplet: 04, 61 and 94. RGB value is (4,97,148). Sum of RGB (Red+Green+Blue) = 4+97+148=249 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 148 (58.20% from 255 or 59.44% from 249); Max value from RGB is 148 - color contains mainly: blue. Hex color #046194 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046194 is #FB9E6B. Grayscale: #4A4A4A. Windows color (decimal): -16490092 or 9724164. OLE color: 9724164.

HSL color Cylindrical-coordinate representation of color #046194: hue angle of 201.25º 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 #046194 is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 97 148 -
CMYK 0.97 0.34 0 0.42
HSL 201.25º 0.95% 0.3% -
HSV(B) 201.25º 0.97% 0.58% -
XYZ 9.67 10.71 29.58 -
YUV 75.01 169.19 77.35 -
System Red Green Blue C M Y K H S L
Decimal 4 97 148 0.97 0.34 0 0.42 201.25 0.95 0.3
Hex 4 61 94 61 22 0 2A C9 5F 1E
Octal 4 141 224 141 42 0 52 311 137 36
Binary 100 1100001 10010100 1100001 100010 0 101010 11001001 1011111 11110

Color Harmonies of #046194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046194

Black with #046194

Text Example


Text Example

White with #046194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046194; }

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

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

background-color css

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

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

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

border-color css

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

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

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