Html Css Color HEX #444CA4 Governor Bay

📋 copy color: '#444CA4'

red 68 ◦ green 76 ◦ blue 164

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

Shades of Governor Bay #444CA4

Tints of Governor Bay #444CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 53.25%

R = 22.08%
G = 24.68%
B = 53.25%

CMYK

 C value IS 0.59

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#444CA4 (or 0x444CA4) is known color: Governor Bay. HEX triplet: 44, 4C and A4. RGB value is (68,76,164). Sum of RGB (Red+Green+Blue) = 68+76+164=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 164 (64.45% from 255 or 53.25% from 308); Max value from RGB is 164 - color contains mainly: blue. Hex color #444CA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444CA4 is #BBB35B. Grayscale: #535353. Windows color (decimal): -12301148 or 10767428. OLE color: 10767428.

HSL color Cylindrical-coordinate representation of color #444CA4: hue angle of 235º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #444CA4 is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 68 76 164 -
CMYK 0.59 0.54 0 0.36
HSL 235º 0.41% 0.45% -
HSV(B) 235º 0.59% 0.64% -
XYZ 11.67 9.08 36.26 -
YUV 83.64 173.35 116.84 -
System Red Green Blue C M Y K H S L
Decimal 68 76 164 0.59 0.54 0 0.36 235 0.41 0.45
Hex 44 4C A4 3B 36 0 24 EB 29 2D
Octal 104 114 244 73 66 0 44 353 51 55
Binary 1000100 1001100 10100100 111011 110110 0 100100 11101011 101001 101101

Color Harmonies of #444CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444CA4

Black with #444CA4

Text Example


Text Example

White with #444CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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