#4F69BA

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

Shades of Chetwode Blue #4F69BA

Tints of Chetwode Blue #4F69BA

Color information

#4F69BA (or 0x4F69BA) is unknown color: approx Chetwode Blue. HEX triplet: 4F, 69 and BA. RGB value is (79,105,186). Sum of RGB (Red+Green+Blue) = 79+105+186=370 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.35% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F69BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F69BA is #B09645. Grayscale: #6A6A6A. Windows color (decimal): -11572806 or 12216655. OLE color: 12216655.

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

Color convert

RGB79105186-
CMYK0.580.4400.27
HSL225.42º43.67%51.96%-
HSV(B)225.42º57.53%72.94%-
XYZ17.1415.3148.51-
YUV106.46172.89108.41-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.35%
GREEN value IS 105 (41.41% from 255) = 28.38%
BLUE value IS 186 (73.05% from 255) = 50.27%
R=21.35%
G=28.38%
B=50.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal791051860.580.4400.27225.4243.6751.96
Hex4F69BA3A2C01Be12c34
Octal11715127272540333415464
Binary100111111010011011101011101010110001101111100001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F69BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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