Html Css Color HEX #465393 Governor Bay

📋 copy color: '#465393'

red 70 ◦ green 83 ◦ blue 147

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

Shades of Governor Bay #465393

Tints of Governor Bay #465393

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.67%

 BLUE value IS 147 (57.81% from 255) = 49%

R = 23.33%
G = 27.67%
B = 49%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#465393 (or 0x465393) is known color: Governor Bay. HEX triplet: 46, 53 and 93. RGB value is (70,83,147). Sum of RGB (Red+Green+Blue) = 70+83+147=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #465393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465393 is #B9AC6C. Grayscale: #565656. Windows color (decimal): -12168301 or 9655110. OLE color: 9655110.

HSL color Cylindrical-coordinate representation of color #465393: hue angle of 229.87º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #465393 is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 83 147 -
CMYK 0.52 0.44 0 0.42
HSL 229.87º 0.35% 0.43% -
HSV(B) 229.87º 0.52% 0.58% -
XYZ 10.89 9.6 28.88 -
YUV 86.41 162.19 116.3 -
System Red Green Blue C M Y K H S L
Decimal 70 83 147 0.52 0.44 0 0.42 229.87 0.35 0.43
Hex 46 53 93 34 2C 0 2A E6 23 2B
Octal 106 123 223 64 54 0 52 346 43 53
Binary 1000110 1010011 10010011 110100 101100 0 101010 11100110 100011 101011

Color Harmonies of #465393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465393

Black with #465393

Text Example


Text Example

White with #465393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465393; }

 p { color: rgb(70,83,147); }

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

background-color css

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

 a { background-color: rgb(70,83,147); }

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

border-color css

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

 span { border-color: rgb(70,83,147); }

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