#4F6DBA

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

Shades of Chetwode Blue #4F6DBA

Tints of Chetwode Blue #4F6DBA

Color information

#4F6DBA (or 0x4F6DBA) is unknown color: approx Chetwode Blue. HEX triplet: 4F, 6D and BA. RGB value is (79,109,186). Sum of RGB (Red+Green+Blue) = 79+109+186=374 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.12% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F6DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F6DBA is #B09245. Grayscale: #6C6C6C. Windows color (decimal): -11571782 or 12217679. OLE color: 12217679.

HSL color Cylindrical-coordinate representation of color #4F6DBA: hue angle of 223.18º 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 #4F6DBA is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB79109186-
CMYK0.580.4100.27
HSL223.18º43.67%51.96%-
HSV(B)223.18º57.53%72.94%-
XYZ17.5616.1448.65-
YUV108.81171.56106.74-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.12%
GREEN value IS 109 (42.97% from 255) = 29.14%
BLUE value IS 186 (73.05% from 255) = 49.73%
R=21.12%
G=29.14%
B=49.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal791091860.580.4100.27223.1843.6751.96
Hex4F6DBA3A2901Bdf2c34
Octal11715527272510333375464
Binary100111111011011011101011101010100101101111011111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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