Html Css Color HEX #464C8C Governor Bay

📋 copy color: '#464C8C'

red 70 ◦ green 76 ◦ blue 140

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

Shades of Governor Bay #464C8C

Tints of Governor Bay #464C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 48.95%

R = 24.48%
G = 26.57%
B = 48.95%

CMYK

 C value IS 0.50

 M value IS 0.46

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#464C8C (or 0x464C8C) is known color: Governor Bay. HEX triplet: 46, 4C and 8C. RGB value is (70,76,140). Sum of RGB (Red+Green+Blue) = 70+76+140=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 140 (55.08% from 255 or 48.95% from 286); Max value from RGB is 140 - color contains mainly: blue. Hex color #464C8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464C8C is #B9B373. Grayscale: #515151. Windows color (decimal): -12170100 or 9194566. OLE color: 9194566.

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

Color convert

RGB 70 76 140 -
CMYK 0.50 0.46 0 0.45
HSL 234.86º 0.33% 0.41% -
HSV(B) 234.86º 0.5% 0.55% -
XYZ 9.84 8.36 25.91 -
YUV 81.5 161.01 119.8 -
System Red Green Blue C M Y K H S L
Decimal 70 76 140 0.50 0.46 0 0.45 234.86 0.33 0.41
Hex 46 4C 8C 32 2E 0 2D EB 21 29
Octal 106 114 214 62 56 0 55 353 41 51
Binary 1000110 1001100 10001100 110010 101110 0 101101 11101011 100001 101001

Color Harmonies of #464C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464C8C

Black with #464C8C

Text Example


Text Example

White with #464C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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