Html Css Color HEX #465293 Governor Bay

📋 copy color: '#465293'

red 70 ◦ green 82 ◦ blue 147

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

Shades of Governor Bay #465293

Tints of Governor Bay #465293

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.42%

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

R = 23.41%
G = 27.42%
B = 49.16%

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

#465293 (or 0x465293) is known color: Governor Bay. HEX triplet: 46, 52 and 93. RGB value is (70,82,147). Sum of RGB (Red+Green+Blue) = 70+82+147=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #465293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465293 is #B9AD6C. Grayscale: #555555. Windows color (decimal): -12168557 or 9654854. OLE color: 9654854.

HSL color Cylindrical-coordinate representation of color #465293: hue angle of 230.65º 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 #465293 is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 82 147 -
CMYK 0.52 0.44 0 0.42
HSL 230.65º 0.35% 0.43% -
HSV(B) 230.65º 0.52% 0.58% -
XYZ 10.81 9.44 28.86 -
YUV 85.82 162.52 116.71 -
System Red Green Blue C M Y K H S L
Decimal 70 82 147 0.52 0.44 0 0.42 230.65 0.35 0.43
Hex 46 52 93 34 2C 0 2A E7 23 2B
Octal 106 122 223 64 54 0 52 347 43 53
Binary 1000110 1010010 10010011 110100 101100 0 101010 11100111 100011 101011

Color Harmonies of #465293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465293

Black with #465293

Text Example


Text Example

White with #465293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465293; }

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

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

background-color css

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

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

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

border-color css

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

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

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