Html Css Color HEX #46499B Governor Bay

📋 copy color: '#46499B'

red 70 ◦ green 73 ◦ blue 155

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

Shades of Governor Bay #46499B

Tints of Governor Bay #46499B

RGB

 RED value IS 70 (27.73% from 255) = 23.49%

 GREEN value IS 73 (28.91% from 255) = 24.5%

 BLUE value IS 155 (60.94% from 255) = 52.01%

R = 23.49%
G = 24.5%
B = 52.01%

CMYK

 C value IS 0.55

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#46499B (or 0x46499B) is known color: Governor Bay. HEX triplet: 46, 49 and 9B. RGB value is (70,73,155). Sum of RGB (Red+Green+Blue) = 70+73+155=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 155 (60.94% from 255 or 52.01% from 298); Max value from RGB is 155 - color contains mainly: blue. Hex color #46499B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46499B is #B9B664. Grayscale: #515151. Windows color (decimal): -12170853 or 10176838. OLE color: 10176838.

HSL color Cylindrical-coordinate representation of color #46499B: hue angle of 237.88º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46499B is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 73 155 -
CMYK 0.55 0.53 0 0.39
HSL 237.88º 0.38% 0.44% -
HSV(B) 237.88º 0.55% 0.61% -
XYZ 10.82 8.43 32.07 -
YUV 81.45 169.51 119.83 -
System Red Green Blue C M Y K H S L
Decimal 70 73 155 0.55 0.53 0 0.39 237.88 0.38 0.44
Hex 46 49 9B 37 35 0 27 EE 26 2C
Octal 106 111 233 67 65 0 47 356 46 54
Binary 1000110 1001001 10011011 110111 110101 0 100111 11101110 100110 101100

Color Harmonies of #46499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46499B

Black with #46499B

Text Example


Text Example

White with #46499B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46499B; }

 p { color: rgb(70,73,155); }

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

background-color css

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

 a { background-color: rgb(70,73,155); }

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

border-color css

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

 span { border-color: rgb(70,73,155); }

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