Html Css Color HEX #464DA8 Governor Bay

📋 copy color: '#464DA8'

red 70 ◦ green 77 ◦ blue 168

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

Shades of Governor Bay #464DA8

Tints of Governor Bay #464DA8

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.44%

 BLUE value IS 168 (66.02% from 255) = 53.33%

R = 22.22%
G = 24.44%
B = 53.33%

CMYK

 C value IS 0.58

 M value IS 0.54

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#464DA8 (or 0x464DA8) is known color: Governor Bay. HEX triplet: 46, 4D and A8. RGB value is (70,77,168). Sum of RGB (Red+Green+Blue) = 70+77+168=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 168 (66.02% from 255 or 53.33% from 315); Max value from RGB is 168 - color contains mainly: blue. Hex color #464DA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464DA8 is #B9B257. Grayscale: #545454. Windows color (decimal): -12169816 or 11029830. OLE color: 11029830.

HSL color Cylindrical-coordinate representation of color #464DA8: hue angle of 235.71º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #464DA8 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 70 77 168 -
CMYK 0.58 0.54 0 0.34
HSL 235.71º 0.41% 0.47% -
HSV(B) 235.71º 0.58% 0.66% -
XYZ 12.25 9.44 38.22 -
YUV 85.28 174.68 117.1 -
System Red Green Blue C M Y K H S L
Decimal 70 77 168 0.58 0.54 0 0.34 235.71 0.41 0.47
Hex 46 4D A8 3A 36 0 22 EC 29 2F
Octal 106 115 250 72 66 0 42 354 51 57
Binary 1000110 1001101 10101000 111010 110110 0 100010 11101100 101001 101111

Color Harmonies of #464DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464DA8

Black with #464DA8

Text Example


Text Example

White with #464DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,77,168); }

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

background-color css

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

 a { background-color: rgb(70,77,168); }

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

border-color css

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

 span { border-color: rgb(70,77,168); }

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