#4F6ABA

Color #4F6ABA Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #4F6ABA

Tints of Chetwode Blue #4F6ABA

Color information

#4F6ABA (or 0x4F6ABA) is unknown color: approx Chetwode Blue. HEX triplet: 4F, 6A and BA. RGB value is (79,106,186). Sum of RGB (Red+Green+Blue) = 79+106+186=371 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.29% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F6ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F6ABA is #B09545. Grayscale: #6A6A6A. Windows color (decimal): -11572550 or 12216911. OLE color: 12216911.

HSL color Cylindrical-coordinate representation of color #4F6ABA: hue angle of 224.86º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F6ABA is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB79106186-
CMYK0.580.4300.27
HSL224.86º43.67%51.96%-
HSV(B)224.86º57.53%72.94%-
XYZ17.2415.5248.54-
YUV107.05172.55108-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.29%
GREEN value IS 106 (41.80% from 255) = 28.57%
BLUE value IS 186 (73.05% from 255) = 50.13%
R=21.29%
G=28.57%
B=50.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal791061860.580.4300.27224.8643.6751.96
Hex4F6ABA3A2B01Be12c34
Octal11715227272530333415464
Binary100111111010101011101011101010101101101111100001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F6ABA; }

 p { color: rgb(79,106,186); }

 H1.HeaderClassName
 {
   color: #4F6ABA;
 }
 .AnyTagClassName
 {
   color: #4F6ABA;
 }
</style>
background-color css

<style>
 a { background-color: #4F6ABA; }

 a { background-color: rgb(79,106,186); }

 div.DivClassName
 {
   background-color: #4F6ABA;
 }
 .BgClassName
 {
   background-color: #4F6ABA;
 }
</style>
border-color css

<style>
 span { border-color: #4F6ABA; }

 span { border-color: rgb(79,106,186); }

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