Html Css Color HEX #046A8A Allports

📋 copy color: '#046A8A'

red 4 ◦ green 106 ◦ blue 138

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

Shades of Allports #046A8A

Tints of Allports #046A8A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 42.74%

 BLUE value IS 138 (54.3% from 255) = 55.65%

R = 1.61%
G = 42.74%
B = 55.65%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#046A8A (or 0x046A8A) is known color: Allports. HEX triplet: 04, 6A and 8A. RGB value is (4,106,138). Sum of RGB (Red+Green+Blue) = 4+106+138=248 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 248); Green value is 106 (41.80% from 255 or 42.74% from 248); Blue value is 138 (54.30% from 255 or 55.65% from 248); Max value from RGB is 138 - color contains mainly: blue. Hex color #046A8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046A8A is #FB9575. Grayscale: #4E4E4E. Windows color (decimal): -16487798 or 9071108. OLE color: 9071108.

HSL color Cylindrical-coordinate representation of color #046A8A: hue angle of 194.33º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046A8A is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 4 106 138 -
CMYK 0.97 0.23 0 0.46
HSL 194.33º 0.94% 0.28% -
HSV(B) 194.33º 0.97% 0.54% -
XYZ 9.79 12.17 25.88 -
YUV 79.15 161.21 74.4 -
System Red Green Blue C M Y K H S L
Decimal 4 106 138 0.97 0.23 0 0.46 194.33 0.94 0.28
Hex 4 6A 8A 61 17 0 2E C2 5E 1C
Octal 4 152 212 141 27 0 56 302 136 34
Binary 100 1101010 10001010 1100001 10111 0 101110 11000010 1011110 11100

Color Harmonies of #046A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046A8A

Black with #046A8A

Text Example


Text Example

White with #046A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046A8A; }

 p { color: rgb(4,106,138); }

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

background-color css

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

 a { background-color: rgb(4,106,138); }

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

border-color css

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

 span { border-color: rgb(4,106,138); }

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