#4F6CBA

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

Shades of Chetwode Blue #4F6CBA

Tints of Chetwode Blue #4F6CBA

Color information

#4F6CBA (or 0x4F6CBA) is unknown color: approx Chetwode Blue. HEX triplet: 4F, 6C and BA. RGB value is (79,108,186). Sum of RGB (Red+Green+Blue) = 79+108+186=373 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.18% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F6CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F6CBA is #B09345. Grayscale: #6B6B6B. Windows color (decimal): -11572038 or 12217423. OLE color: 12217423.

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

Color convert

RGB79108186-
CMYK0.580.4200.27
HSL223.74º43.67%51.96%-
HSV(B)223.74º57.53%72.94%-
XYZ17.4515.9348.61-
YUV108.22171.89107.16-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.18%
GREEN value IS 108 (42.58% from 255) = 28.95%
BLUE value IS 186 (73.05% from 255) = 49.87%
R=21.18%
G=28.95%
B=49.87%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal791081860.580.4200.27223.7443.6751.96
Hex4F6CBA3A2A01Be02c34
Octal11715427272520333405464
Binary100111111011001011101011101010101001101111100000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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