#4B469C

Color #4B469C Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #4B469C

Tints of Governor Bay #4B469C

Color information

#4B469C (or 0x4B469C) is unknown color: approx Governor Bay. HEX triplet: 4B, 46 and 9C. RGB value is (75,70,156). Sum of RGB (Red+Green+Blue) = 75+70+156=301 (39% of max value = 765). Red value is 75 (29.69% from 255 or 24.92% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 156 (61.33% from 255 or 51.83% from 301); Max value from RGB is 156 - color contains mainly: blue. Hex color #4B469C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B469C is #B4B963. Grayscale: #505050. Windows color (decimal): -11843940 or 10241611. OLE color: 10241611.

HSL color Cylindrical-coordinate representation of color #4B469C: hue angle of 243.49º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B469C is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7570156-
CMYK0.520.5500.39
HSL243.49º38.05%44.31%-
HSV(B)243.49º55.13%61.18%-
XYZ11.098.2832.47-
YUV81.3170.16123.51-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.92%
GREEN value IS 70 (27.73% from 255) = 23.26%
BLUE value IS 156 (61.33% from 255) = 51.83%
R=24.92%
G=23.26%
B=51.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal75701560.520.5500.39243.4938.0544.31
Hex4B469C3437027f3262c
Octal11310623464670473634654
Binary1001011100011010011100110100110111010011111110011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B469C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,70,156); }

 H1.HeaderClassName
 {
   color: #4B469C;
 }
 .AnyTagClassName
 {
   color: #4B469C;
 }
</style>
background-color css

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

 a { background-color: rgb(75,70,156); }

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

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

 span { border-color: rgb(75,70,156); }

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