Html Css Color HEX #46469B Governor Bay

📋 copy color: '#46469B'

red 70 ◦ green 70 ◦ blue 155

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

Shades of Governor Bay #46469B

Tints of Governor Bay #46469B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.73%

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

R = 23.73%
G = 23.73%
B = 52.54%

CMYK

 C value IS 0.55

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#46469B (or 0x46469B) is known color: Governor Bay. HEX triplet: 46, 46 and 9B. RGB value is (70,70,155). Sum of RGB (Red+Green+Blue) = 70+70+155=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 155 (60.94% from 255 or 52.54% from 295); Max value from RGB is 155 - color contains mainly: blue. Hex color #46469B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46469B is #B9B964. Grayscale: #4F4F4F. Windows color (decimal): -12171621 or 10176070. OLE color: 10176070.

HSL color Cylindrical-coordinate representation of color #46469B: hue angle of 240º 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 #46469B is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 70 155 -
CMYK 0.55 0.55 0 0.39
HSL 240º 0.38% 0.44% -
HSV(B) 240º 0.55% 0.61% -
XYZ 10.63 8.05 32 -
YUV 79.69 170.5 121.09 -
System Red Green Blue C M Y K H S L
Decimal 70 70 155 0.55 0.55 0 0.39 240 0.38 0.44
Hex 46 46 9B 37 37 0 27 F0 26 2C
Octal 106 106 233 67 67 0 47 360 46 54
Binary 1000110 1000110 10011011 110111 110111 0 100111 11110000 100110 101100

Color Harmonies of #46469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46469B

Black with #46469B

Text Example


Text Example

White with #46469B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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