#4274A3

Color #4274A3 Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #4274A3

Tints of Lochmara #4274A3

Color information

#4274A3 (or 0x4274A3) is unknown color: approx Lochmara. HEX triplet: 42, 74 and A3. RGB value is (66,116,163). Sum of RGB (Red+Green+Blue) = 66+116+163=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 163 (64.06% from 255 or 47.25% from 345); Max value from RGB is 163 - color contains mainly: blue. Hex color #4274A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4274A3 is #BD8B5C. Grayscale: #6A6A6A. Windows color (decimal): -12421981 or 10712130. OLE color: 10712130.

HSL color Cylindrical-coordinate representation of color #4274A3: hue angle of 209.07º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4274A3 is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB66116163-
CMYK0.600.2900.36
HSL209.07º42.36%44.9%-
HSV(B)209.07º59.51%63.92%-
XYZ15.116.2937-
YUV106.41159.9499.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.13%
GREEN value IS 116 (45.70% from 255) = 33.62%
BLUE value IS 163 (64.06% from 255) = 47.25%
R=19.13%
G=33.62%
B=47.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal661161630.600.2900.36209.0742.3644.9
Hex4274A33C1D024d12a2d
Octal10216424374350443215255
Binary100001011101001010001111110011101010010011010001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4274A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4274A3; }

 p { color: rgb(66,116,163); }

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

<style>
 a { background-color: #4274A3; }

 a { background-color: rgb(66,116,163); }

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

<style>
 span { border-color: #4274A3; }

 span { border-color: rgb(66,116,163); }

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