Html Css Color HEX #464CA1 Governor Bay

📋 copy color: '#464CA1'

red 70 ◦ green 76 ◦ blue 161

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

Shades of Governor Bay #464CA1

Tints of Governor Bay #464CA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 52.44%

R = 22.8%
G = 24.76%
B = 52.44%

CMYK

 C value IS 0.57

 M value IS 0.53

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#464CA1 (or 0x464CA1) is known color: Governor Bay. HEX triplet: 46, 4C and A1. RGB value is (70,76,161). Sum of RGB (Red+Green+Blue) = 70+76+161=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 161 (63.28% from 255 or 52.44% from 307); Max value from RGB is 161 - color contains mainly: blue. Hex color #464CA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464CA1 is #B9B35E. Grayscale: #535353. Windows color (decimal): -12170079 or 10570822. OLE color: 10570822.

HSL color Cylindrical-coordinate representation of color #464CA1: hue angle of 236.04º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #464CA1 is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 70 76 161 -
CMYK 0.57 0.53 0 0.37
HSL 236.04º 0.39% 0.45% -
HSV(B) 236.04º 0.57% 0.63% -
XYZ 11.54 9.04 34.86 -
YUV 83.9 171.51 118.09 -
System Red Green Blue C M Y K H S L
Decimal 70 76 161 0.57 0.53 0 0.37 236.04 0.39 0.45
Hex 46 4C A1 39 35 0 25 EC 27 2D
Octal 106 114 241 71 65 0 45 354 47 55
Binary 1000110 1001100 10100001 111001 110101 0 100101 11101100 100111 101101

Color Harmonies of #464CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464CA1

Black with #464CA1

Text Example


Text Example

White with #464CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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