Html Css Color HEX #464F8D Governor Bay

📋 copy color: '#464F8D'

red 70 ◦ green 79 ◦ blue 141

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

Shades of Governor Bay #464F8D

Tints of Governor Bay #464F8D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.24%

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

R = 24.14%
G = 27.24%
B = 48.62%

CMYK

 C value IS 0.50

 M value IS 0.44

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#464F8D (or 0x464F8D) is known color: Governor Bay. HEX triplet: 46, 4F and 8D. RGB value is (70,79,141). Sum of RGB (Red+Green+Blue) = 70+79+141=290 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.14% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 141 (55.47% from 255 or 48.62% from 290); Max value from RGB is 141 - color contains mainly: blue. Hex color #464F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464F8D is #B9B072. Grayscale: #535353. Windows color (decimal): -12169331 or 9260870. OLE color: 9260870.

HSL color Cylindrical-coordinate representation of color #464F8D: hue angle of 232.39º 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 #464F8D is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 79 141 -
CMYK 0.50 0.44 0 0.45
HSL 232.39º 0.34% 0.41% -
HSV(B) 232.39º 0.5% 0.55% -
XYZ 10.13 8.82 26.37 -
YUV 83.38 160.52 118.46 -
System Red Green Blue C M Y K H S L
Decimal 70 79 141 0.50 0.44 0 0.45 232.39 0.34 0.41
Hex 46 4F 8D 32 2C 0 2D E8 22 29
Octal 106 117 215 62 54 0 55 350 42 51
Binary 1000110 1001111 10001101 110010 101100 0 101101 11101000 100010 101001

Color Harmonies of #464F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464F8D

Black with #464F8D

Text Example


Text Example

White with #464F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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