Html Css Color HEX #464C9F Governor Bay

📋 copy color: '#464C9F'

red 70 ◦ green 76 ◦ blue 159

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

Shades of Governor Bay #464C9F

Tints of Governor Bay #464C9F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.92%

 BLUE value IS 159 (62.5% from 255) = 52.13%

R = 22.95%
G = 24.92%
B = 52.13%

CMYK

 C value IS 0.56

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#464C9F (or 0x464C9F) is known color: Governor Bay. HEX triplet: 46, 4C and 9F. RGB value is (70,76,159). Sum of RGB (Red+Green+Blue) = 70+76+159=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 159 (62.5% from 255 or 52.13% from 305); Max value from RGB is 159 - color contains mainly: blue. Hex color #464C9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464C9F is #B9B360. Grayscale: #535353. Windows color (decimal): -12170081 or 10439750. OLE color: 10439750.

HSL color Cylindrical-coordinate representation of color #464C9F: hue angle of 235.96º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #464C9F is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 76 159 -
CMYK 0.56 0.52 0 0.38
HSL 235.96º 0.39% 0.45% -
HSV(B) 235.96º 0.56% 0.62% -
XYZ 11.37 8.97 33.93 -
YUV 83.67 170.51 118.25 -
System Red Green Blue C M Y K H S L
Decimal 70 76 159 0.56 0.52 0 0.38 235.96 0.39 0.45
Hex 46 4C 9F 38 34 0 26 EC 27 2D
Octal 106 114 237 70 64 0 46 354 47 55
Binary 1000110 1001100 10011111 111000 110100 0 100110 11101100 100111 101101

Color Harmonies of #464C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464C9F

Black with #464C9F

Text Example


Text Example

White with #464C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,76,159); }

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

background-color css

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

 a { background-color: rgb(70,76,159); }

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

border-color css

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

 span { border-color: rgb(70,76,159); }

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