Html Css Color HEX #465498 Governor Bay

📋 copy color: '#465498'

red 70 ◦ green 84 ◦ blue 152

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

Shades of Governor Bay #465498

Tints of Governor Bay #465498

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.45%

 BLUE value IS 152 (59.77% from 255) = 49.67%

R = 22.88%
G = 27.45%
B = 49.67%

CMYK

 C value IS 0.54

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#465498 (or 0x465498) is known color: Governor Bay. HEX triplet: 46, 54 and 98. RGB value is (70,84,152). Sum of RGB (Red+Green+Blue) = 70+84+152=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 152 (59.77% from 255 or 49.67% from 306); Max value from RGB is 152 - color contains mainly: blue. Hex color #465498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465498 is #B9AB67. Grayscale: #575757. Windows color (decimal): -12168040 or 9983046. OLE color: 9983046.

HSL color Cylindrical-coordinate representation of color #465498: hue angle of 229.76º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #465498 is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 84 152 -
CMYK 0.54 0.45 0 0.40
HSL 229.76º 0.37% 0.44% -
HSV(B) 229.76º 0.54% 0.6% -
XYZ 11.36 9.91 31.02 -
YUV 87.57 164.36 115.47 -
System Red Green Blue C M Y K H S L
Decimal 70 84 152 0.54 0.45 0 0.40 229.76 0.37 0.44
Hex 46 54 98 36 2D 0 28 E6 25 2C
Octal 106 124 230 66 55 0 50 346 45 54
Binary 1000110 1010100 10011000 110110 101101 0 101000 11100110 100101 101100

Color Harmonies of #465498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465498

Black with #465498

Text Example


Text Example

White with #465498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465498; }

 p { color: rgb(70,84,152); }

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

background-color css

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

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

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

border-color css

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

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

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