Html Css Color HEX #4943AB Governor Bay

📋 copy color: '#4943AB'

red 73 ◦ green 67 ◦ blue 171

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

Shades of Governor Bay #4943AB

Tints of Governor Bay #4943AB

RGB

 RED value IS 73 (28.91% from 255) = 23.47%

 GREEN value IS 67 (26.56% from 255) = 21.54%

 BLUE value IS 171 (67.19% from 255) = 54.98%

R = 23.47%
G = 21.54%
B = 54.98%

CMYK

 C value IS 0.57

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4943AB (or 0x4943AB) is known color: Governor Bay. HEX triplet: 49, 43 and AB. RGB value is (73,67,171). Sum of RGB (Red+Green+Blue) = 73+67+171=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #4943AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4943AB is #B6BC54. Grayscale: #505050. Windows color (decimal): -11975765 or 11223881. OLE color: 11223881.

HSL color Cylindrical-coordinate representation of color #4943AB: hue angle of 243.46º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4943AB is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 67 171 -
CMYK 0.57 0.61 0 0.33
HSL 243.46º 0.44% 0.47% -
HSV(B) 243.46º 0.61% 0.67% -
XYZ 12.11 8.37 39.51 -
YUV 80.65 178.99 122.54 -
System Red Green Blue C M Y K H S L
Decimal 73 67 171 0.57 0.61 0 0.33 243.46 0.44 0.47
Hex 49 43 AB 39 3D 0 21 F3 2C 2F
Octal 111 103 253 71 75 0 41 363 54 57
Binary 1001001 1000011 10101011 111001 111101 0 100001 11110011 101100 101111

Color Harmonies of #4943AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4943AB

Black with #4943AB

Text Example


Text Example

White with #4943AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4943AB; }

 p { color: rgb(73,67,171); }

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

background-color css

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

 a { background-color: rgb(73,67,171); }

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

border-color css

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

 span { border-color: rgb(73,67,171); }

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