Html Css Color HEX #046090 Dark Cerulean

📋 copy color: '#046090'

red 4 ◦ green 96 ◦ blue 144

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

Shades of Dark Cerulean #046090

Tints of Dark Cerulean #046090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 59.02%

R = 1.64%
G = 39.34%
B = 59.02%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#046090 (or 0x046090) is known color: Dark Cerulean. HEX triplet: 04, 60 and 90. RGB value is (4,96,144). Sum of RGB (Red+Green+Blue) = 4+96+144=244 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.64% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 144 (56.64% from 255 or 59.02% from 244); Max value from RGB is 144 - color contains mainly: blue. Hex color #046090 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046090 is #FB9F6F. Grayscale: #494949. Windows color (decimal): -16490352 or 9461764. OLE color: 9461764.

HSL color Cylindrical-coordinate representation of color #046090: hue angle of 200.57º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046090 is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 96 144 -
CMYK 0.97 0.33 0 0.44
HSL 200.57º 0.95% 0.29% -
HSV(B) 200.57º 0.97% 0.56% -
XYZ 9.27 10.41 27.91 -
YUV 73.96 167.52 78.1 -
System Red Green Blue C M Y K H S L
Decimal 4 96 144 0.97 0.33 0 0.44 200.57 0.95 0.29
Hex 4 60 90 61 21 0 2C C9 5F 1D
Octal 4 140 220 141 41 0 54 311 137 35
Binary 100 1100000 10010000 1100001 100001 0 101100 11001001 1011111 11101

Color Harmonies of #046090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046090

Black with #046090

Text Example


Text Example

White with #046090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046090; }

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

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

background-color css

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

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

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

border-color css

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

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

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