Html Css Color HEX #4648A7 Governor Bay

📋 copy color: '#4648A7'

red 70 ◦ green 72 ◦ blue 167

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

Shades of Governor Bay #4648A7

Tints of Governor Bay #4648A7

RGB

 RED value IS 70 (27.73% from 255) = 22.65%

 GREEN value IS 72 (28.52% from 255) = 23.3%

 BLUE value IS 167 (65.63% from 255) = 54.05%

R = 22.65%
G = 23.3%
B = 54.05%

CMYK

 C value IS 0.58

 M value IS 0.57

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4648A7 (or 0x4648A7) is known color: Governor Bay. HEX triplet: 46, 48 and A7. RGB value is (70,72,167). Sum of RGB (Red+Green+Blue) = 70+72+167=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 167 (65.62% from 255 or 54.05% from 309); Max value from RGB is 167 - color contains mainly: blue. Hex color #4648A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4648A7 is #B9B758. Grayscale: #515151. Windows color (decimal): -12171097 or 10963014. OLE color: 10963014.

HSL color Cylindrical-coordinate representation of color #4648A7: hue angle of 238.76º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4648A7 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 70 72 167 -
CMYK 0.58 0.57 0 0.35
HSL 238.76º 0.41% 0.46% -
HSV(B) 238.76º 0.58% 0.65% -
XYZ 11.82 8.73 37.62 -
YUV 82.23 175.84 119.28 -
System Red Green Blue C M Y K H S L
Decimal 70 72 167 0.58 0.57 0 0.35 238.76 0.41 0.46
Hex 46 48 A7 3A 39 0 23 EF 29 2E
Octal 106 110 247 72 71 0 43 357 51 56
Binary 1000110 1001000 10100111 111010 111001 0 100011 11101111 101001 101110

Color Harmonies of #4648A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4648A7

Black with #4648A7

Text Example


Text Example

White with #4648A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4648A7; }

 p { color: rgb(70,72,167); }

 H1.HeaderClassName
 {
   color: #4648A7;
 }
 .AnyTagClassName
 {
   color: #4648A7;
 }
</style>

background-color css

<style>
 a { background-color: #4648A7; }

 a { background-color: rgb(70,72,167); }

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

border-color css

<style>
 span { border-color: #4648A7; }

 span { border-color: rgb(70,72,167); }

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