Html Css Color HEX #046095 Cerulean

📋 copy color: '#046095'

red 4 ◦ green 96 ◦ blue 149

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

Shades of Cerulean #046095

Tints of Cerulean #046095

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.55%

 BLUE value IS 149 (58.59% from 255) = 59.84%

R = 1.61%
G = 38.55%
B = 59.84%

CMYK

 C value IS 0.97

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#046095 (or 0x046095) is known color: Cerulean. HEX triplet: 04, 60 and 95. RGB value is (4,96,149). Sum of RGB (Red+Green+Blue) = 4+96+149=249 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 149 (58.59% from 255 or 59.84% from 249); Max value from RGB is 149 - color contains mainly: blue. Hex color #046095 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046095 is #FB9F6A. Grayscale: #4A4A4A. Windows color (decimal): -16490347 or 9789444. OLE color: 9789444.

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

Color convert

RGB 4 96 149 -
CMYK 0.97 0.36 0 0.42
HSL 201.93º 0.95% 0.3% -
HSV(B) 201.93º 0.97% 0.58% -
XYZ 9.66 10.56 29.96 -
YUV 74.53 170.02 77.69 -
System Red Green Blue C M Y K H S L
Decimal 4 96 149 0.97 0.36 0 0.42 201.93 0.95 0.3
Hex 4 60 95 61 24 0 2A CA 5F 1E
Octal 4 140 225 141 44 0 52 312 137 36
Binary 100 1100000 10010101 1100001 100100 0 101010 11001010 1011111 11110

Color Harmonies of #046095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046095

Black with #046095

Text Example


Text Example

White with #046095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046095; }

 p { color: rgb(4,96,149); }

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

background-color css

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

 a { background-color: rgb(4,96,149); }

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

border-color css

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

 span { border-color: rgb(4,96,149); }

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