Html Css Color HEX #464D8D Governor Bay

📋 copy color: '#464D8D'

red 70 ◦ green 77 ◦ blue 141

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

Shades of Governor Bay #464D8D

Tints of Governor Bay #464D8D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.74%

 BLUE value IS 141 (55.47% from 255) = 48.96%

R = 24.31%
G = 26.74%
B = 48.96%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#464D8D (or 0x464D8D) is known color: Governor Bay. HEX triplet: 46, 4D and 8D. RGB value is (70,77,141). Sum of RGB (Red+Green+Blue) = 70+77+141=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 141 (55.47% from 255 or 48.96% from 288); Max value from RGB is 141 - color contains mainly: blue. Hex color #464D8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464D8D is #B9B272. Grayscale: #515151. Windows color (decimal): -12169843 or 9260358. OLE color: 9260358.

HSL color Cylindrical-coordinate representation of color #464D8D: hue angle of 234.08º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #464D8D is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 77 141 -
CMYK 0.50 0.45 0 0.45
HSL 234.08º 0.34% 0.41% -
HSV(B) 234.08º 0.5% 0.55% -
XYZ 9.99 8.53 26.32 -
YUV 82.2 161.18 119.3 -
System Red Green Blue C M Y K H S L
Decimal 70 77 141 0.50 0.45 0 0.45 234.08 0.34 0.41
Hex 46 4D 8D 32 2D 0 2D EA 22 29
Octal 106 115 215 62 55 0 55 352 42 51
Binary 1000110 1001101 10001101 110010 101101 0 101101 11101010 100010 101001

Color Harmonies of #464D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464D8D

Black with #464D8D

Text Example


Text Example

White with #464D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464D8D; }

 p { color: rgb(70,77,141); }

 H1.HeaderClassName
 {
   color: #464D8D;
 }
 .AnyTagClassName
 {
   color: #464D8D;
 }
</style>

background-color css

<style>
 a { background-color: #464D8D; }

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

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

border-color css

<style>
 span { border-color: #464D8D; }

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

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