Html Css Color HEX #464A8D Governor Bay

📋 copy color: '#464A8D'

red 70 ◦ green 74 ◦ blue 141

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

Shades of Governor Bay #464A8D

Tints of Governor Bay #464A8D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.96%

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

R = 24.56%
G = 25.96%
B = 49.47%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#464A8D (or 0x464A8D) is known color: Governor Bay. HEX triplet: 46, 4A and 8D. RGB value is (70,74,141). Sum of RGB (Red+Green+Blue) = 70+74+141=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #464A8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464A8D is #B9B572. Grayscale: #505050. Windows color (decimal): -12170611 or 9259590. OLE color: 9259590.

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

Color convert

RGB 70 74 141 -
CMYK 0.50 0.48 0 0.45
HSL 236.62º 0.34% 0.41% -
HSV(B) 236.62º 0.5% 0.55% -
XYZ 9.78 8.12 26.25 -
YUV 80.44 162.17 120.55 -
System Red Green Blue C M Y K H S L
Decimal 70 74 141 0.50 0.48 0 0.45 236.62 0.34 0.41
Hex 46 4A 8D 32 30 0 2D ED 22 29
Octal 106 112 215 62 60 0 55 355 42 51
Binary 1000110 1001010 10001101 110010 110000 0 101101 11101101 100010 101001

Color Harmonies of #464A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464A8D

Black with #464A8D

Text Example


Text Example

White with #464A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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