Html Css Color HEX #4446AF Governor Bay

📋 copy color: '#4446AF'

red 68 ◦ green 70 ◦ blue 175

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

Shades of Governor Bay #4446AF

Tints of Governor Bay #4446AF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.36%

 BLUE value IS 175 (68.75% from 255) = 55.91%

R = 21.73%
G = 22.36%
B = 55.91%

CMYK

 C value IS 0.61

 M value IS 0.60

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4446AF (or 0x4446AF) is known color: Governor Bay. HEX triplet: 44, 46 and AF. RGB value is (68,70,175). Sum of RGB (Red+Green+Blue) = 68+70+175=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #4446AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4446AF is #BBB950. Grayscale: #505050. Windows color (decimal): -12302673 or 11486788. OLE color: 11486788.

HSL color Cylindrical-coordinate representation of color #4446AF: hue angle of 238.88º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4446AF is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 68 70 175 -
CMYK 0.61 0.60 0 0.31
HSL 238.88º 0.44% 0.48% -
HSV(B) 238.88º 0.61% 0.69% -
XYZ 12.31 8.7 41.59 -
YUV 81.37 180.84 118.46 -
System Red Green Blue C M Y K H S L
Decimal 68 70 175 0.61 0.60 0 0.31 238.88 0.44 0.48
Hex 44 46 AF 3D 3C 0 1F EF 2C 30
Octal 104 106 257 75 74 0 37 357 54 60
Binary 1000100 1000110 10101111 111101 111100 0 11111 11101111 101100 110000

Color Harmonies of #4446AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4446AF

Black with #4446AF

Text Example


Text Example

White with #4446AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4446AF; }

 p { color: rgb(68,70,175); }

 H1.HeaderClassName
 {
   color: #4446AF;
 }
 .AnyTagClassName
 {
   color: #4446AF;
 }
</style>

background-color css

<style>
 a { background-color: #4446AF; }

 a { background-color: rgb(68,70,175); }

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

border-color css

<style>
 span { border-color: #4446AF; }

 span { border-color: rgb(68,70,175); }

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