Html Css Color HEX #4C5BA3 Governor Bay

📋 copy color: '#4C5BA3'

red 76 ◦ green 91 ◦ blue 163

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

Shades of Governor Bay #4C5BA3

Tints of Governor Bay #4C5BA3

RGB

 RED value IS 76 (30.08% from 255) = 23.03%

 GREEN value IS 91 (35.94% from 255) = 27.58%

 BLUE value IS 163 (64.06% from 255) = 49.39%

R = 23.03%
G = 27.58%
B = 49.39%

CMYK

 C value IS 0.53

 M value IS 0.44

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4C5BA3 (or 0x4C5BA3) is known color: Governor Bay. HEX triplet: 4C, 5B and A3. RGB value is (76,91,163). Sum of RGB (Red+Green+Blue) = 76+91+163=330 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.03% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 163 (64.06% from 255 or 49.39% from 330); Max value from RGB is 163 - color contains mainly: blue. Hex color #4C5BA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5BA3 is #B3A45C. Grayscale: #5E5E5E. Windows color (decimal): -11773021 or 10705740. OLE color: 10705740.

HSL color Cylindrical-coordinate representation of color #4C5BA3: hue angle of 229.66º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4C5BA3 is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 76 91 163 -
CMYK 0.53 0.44 0 0.36
HSL 229.66º 0.36% 0.47% -
HSV(B) 229.66º 0.53% 0.64% -
XYZ 13.33 11.66 36.2 -
YUV 94.72 166.53 114.65 -
System Red Green Blue C M Y K H S L
Decimal 76 91 163 0.53 0.44 0 0.36 229.66 0.36 0.47
Hex 4C 5B A3 35 2C 0 24 E6 24 2F
Octal 114 133 243 65 54 0 44 346 44 57
Binary 1001100 1011011 10100011 110101 101100 0 100100 11100110 100100 101111

Color Harmonies of #4C5BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5BA3

Black with #4C5BA3

Text Example


Text Example

White with #4C5BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C5BA3; }

 p { color: rgb(76,91,163); }

 H1.HeaderClassName
 {
   color: #4C5BA3;
 }
 .AnyTagClassName
 {
   color: #4C5BA3;
 }
</style>

background-color css

<style>
 a { background-color: #4C5BA3; }

 a { background-color: rgb(76,91,163); }

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

border-color css

<style>
 span { border-color: #4C5BA3; }

 span { border-color: rgb(76,91,163); }

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