Html Css Color HEX #4441AC Governor Bay

📋 copy color: '#4441AC'

red 68 ◦ green 65 ◦ blue 172

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

Shades of Governor Bay #4441AC

Tints of Governor Bay #4441AC

RGB

 RED value IS 68 (26.95% from 255) = 22.3%

 GREEN value IS 65 (25.78% from 255) = 21.31%

 BLUE value IS 172 (67.58% from 255) = 56.39%

R = 22.3%
G = 21.31%
B = 56.39%

CMYK

 C value IS 0.60

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4441AC (or 0x4441AC) is known color: Governor Bay. HEX triplet: 44, 41 and AC. RGB value is (68,65,172). Sum of RGB (Red+Green+Blue) = 68+65+172=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #4441AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4441AC is #BBBE53. Grayscale: #4D4D4D. Windows color (decimal): -12303956 or 11288900. OLE color: 11288900.

HSL color Cylindrical-coordinate representation of color #4441AC: hue angle of 241.68º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4441AC is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 65 172 -
CMYK 0.60 0.62 0 0.33
HSL 241.68º 0.45% 0.46% -
HSV(B) 241.68º 0.62% 0.67% -
XYZ 11.72 7.99 39.95 -
YUV 78.1 180.99 120.8 -
System Red Green Blue C M Y K H S L
Decimal 68 65 172 0.60 0.62 0 0.33 241.68 0.45 0.46
Hex 44 41 AC 3C 3E 0 21 F2 2D 2E
Octal 104 101 254 74 76 0 41 362 55 56
Binary 1000100 1000001 10101100 111100 111110 0 100001 11110010 101101 101110

Color Harmonies of #4441AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4441AC

Black with #4441AC

Text Example


Text Example

White with #4441AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4441AC; }

 p { color: rgb(68,65,172); }

 H1.HeaderClassName
 {
   color: #4441AC;
 }
 .AnyTagClassName
 {
   color: #4441AC;
 }
</style>

background-color css

<style>
 a { background-color: #4441AC; }

 a { background-color: rgb(68,65,172); }

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

border-color css

<style>
 span { border-color: #4441AC; }

 span { border-color: rgb(68,65,172); }

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