Html Css Color HEX #4646AD Governor Bay

📋 copy color: '#4646AD'

red 70 ◦ green 70 ◦ blue 173

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

Shades of Governor Bay #4646AD

Tints of Governor Bay #4646AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 55.27%

R = 22.36%
G = 22.36%
B = 55.27%

CMYK

 C value IS 0.60

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4646AD (or 0x4646AD) is known color: Governor Bay. HEX triplet: 46, 46 and AD. RGB value is (70,70,173). Sum of RGB (Red+Green+Blue) = 70+70+173=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #4646AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4646AD is #B9B952. Grayscale: #515151. Windows color (decimal): -12171603 or 11355718. OLE color: 11355718.

HSL color Cylindrical-coordinate representation of color #4646AD: hue angle of 240º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4646AD is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 70 70 173 -
CMYK 0.60 0.60 0 0.32
HSL 240º 0.42% 0.48% -
HSV(B) 240º 0.6% 0.68% -
XYZ 12.26 8.7 40.57 -
YUV 81.74 179.5 119.62 -
System Red Green Blue C M Y K H S L
Decimal 70 70 173 0.60 0.60 0 0.32 240 0.42 0.48
Hex 46 46 AD 3C 3C 0 20 F0 2A 30
Octal 106 106 255 74 74 0 40 360 52 60
Binary 1000110 1000110 10101101 111100 111100 0 100000 11110000 101010 110000

Color Harmonies of #4646AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4646AD

Black with #4646AD

Text Example


Text Example

White with #4646AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4646AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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