Html Css Color HEX #4B4DA3 Governor Bay

📋 copy color: '#4B4DA3'

red 75 ◦ green 77 ◦ blue 163

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

Shades of Governor Bay #4B4DA3

Tints of Governor Bay #4B4DA3

RGB

 RED value IS 75 (29.69% from 255) = 23.81%

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

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

R = 23.81%
G = 24.44%
B = 51.75%

CMYK

 C value IS 0.54

 M value IS 0.53

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4B4DA3 (or 0x4B4DA3) is known color: Governor Bay. HEX triplet: 4B, 4D and A3. RGB value is (75,77,163). Sum of RGB (Red+Green+Blue) = 75+77+163=315 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.81% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 163 (64.06% from 255 or 51.75% from 315); Max value from RGB is 163 - color contains mainly: blue. Hex color #4B4DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B4DA3 is #B4B25C. Grayscale: #555555. Windows color (decimal): -11842141 or 10702155. OLE color: 10702155.

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

Color convert

RGB 75 77 163 -
CMYK 0.54 0.53 0 0.36
HSL 238.64º 0.37% 0.47% -
HSV(B) 238.64º 0.54% 0.64% -
XYZ 12.17 9.45 35.83 -
YUV 86.21 171.34 120.01 -
System Red Green Blue C M Y K H S L
Decimal 75 77 163 0.54 0.53 0 0.36 238.64 0.37 0.47
Hex 4B 4D A3 36 35 0 24 EF 25 2F
Octal 113 115 243 66 65 0 44 357 45 57
Binary 1001011 1001101 10100011 110110 110101 0 100100 11101111 100101 101111

Color Harmonies of #4B4DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4DA3

Black with #4B4DA3

Text Example


Text Example

White with #4B4DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,77,163); }

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

background-color css

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

 a { background-color: rgb(75,77,163); }

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

border-color css

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

 span { border-color: rgb(75,77,163); }

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