Html Css Color HEX #444C95 Governor Bay

📋 copy color: '#444C95'

red 68 ◦ green 76 ◦ blue 149

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

Shades of Governor Bay #444C95

Tints of Governor Bay #444C95

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.94%

 BLUE value IS 149 (58.59% from 255) = 50.85%

R = 23.21%
G = 25.94%
B = 50.85%

CMYK

 C value IS 0.54

 M value IS 0.49

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#444C95 (or 0x444C95) is known color: Governor Bay. HEX triplet: 44, 4C and 95. RGB value is (68,76,149). Sum of RGB (Red+Green+Blue) = 68+76+149=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 149 (58.59% from 255 or 50.85% from 293); Max value from RGB is 149 - color contains mainly: blue. Hex color #444C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444C95 is #BBB36A. Grayscale: #515151. Windows color (decimal): -12301163 or 9784388. OLE color: 9784388.

HSL color Cylindrical-coordinate representation of color #444C95: hue angle of 234.07º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #444C95 is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 76 149 -
CMYK 0.54 0.49 0 0.42
HSL 234.07º 0.37% 0.43% -
HSV(B) 234.07º 0.54% 0.58% -
XYZ 10.39 8.57 29.54 -
YUV 81.93 165.85 118.06 -
System Red Green Blue C M Y K H S L
Decimal 68 76 149 0.54 0.49 0 0.42 234.07 0.37 0.43
Hex 44 4C 95 36 31 0 2A EA 25 2B
Octal 104 114 225 66 61 0 52 352 45 53
Binary 1000100 1001100 10010101 110110 110001 0 101010 11101010 100101 101011

Color Harmonies of #444C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444C95

Black with #444C95

Text Example


Text Example

White with #444C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444C95; }

 p { color: rgb(68,76,149); }

 H1.HeaderClassName
 {
   color: #444C95;
 }
 .AnyTagClassName
 {
   color: #444C95;
 }
</style>

background-color css

<style>
 a { background-color: #444C95; }

 a { background-color: rgb(68,76,149); }

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

border-color css

<style>
 span { border-color: #444C95; }

 span { border-color: rgb(68,76,149); }

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