Html Css Color HEX #4640AE Governor Bay

📋 copy color: '#4640AE'

red 70 ◦ green 64 ◦ blue 174

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

Shades of Governor Bay #4640AE

Tints of Governor Bay #4640AE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.78%

 BLUE value IS 174 (68.36% from 255) = 56.49%

R = 22.73%
G = 20.78%
B = 56.49%

CMYK

 C value IS 0.60

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4640AE (or 0x4640AE) is known color: Governor Bay. HEX triplet: 46, 40 and AE. RGB value is (70,64,174). Sum of RGB (Red+Green+Blue) = 70+64+174=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #4640AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4640AE is #B9BF51. Grayscale: #4D4D4D. Windows color (decimal): -12173138 or 11419718. OLE color: 11419718.

HSL color Cylindrical-coordinate representation of color #4640AE: hue angle of 243.27º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4640AE is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 70 64 174 -
CMYK 0.60 0.63 0 0.32
HSL 243.27º 0.46% 0.47% -
HSV(B) 243.27º 0.63% 0.68% -
XYZ 12 8.02 40.96 -
YUV 78.33 181.99 122.06 -
System Red Green Blue C M Y K H S L
Decimal 70 64 174 0.60 0.63 0 0.32 243.27 0.46 0.47
Hex 46 40 AE 3C 3F 0 20 F3 2E 2F
Octal 106 100 256 74 77 0 40 363 56 57
Binary 1000110 1000000 10101110 111100 111111 0 100000 11110011 101110 101111

Color Harmonies of #4640AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4640AE

Black with #4640AE

Text Example


Text Example

White with #4640AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4640AE; }

 p { color: rgb(70,64,174); }

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

background-color css

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

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

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

border-color css

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

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

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