Html Css Color HEX #4174A2 Lochmara

📋 copy color: '#4174A2'

red 65 ◦ green 116 ◦ blue 162

#4174A2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #4174A2

Tints of Lochmara #4174A2

RGB

 RED value IS 65 (25.78% from 255) = 18.95%

 GREEN value IS 116 (45.7% from 255) = 33.82%

 BLUE value IS 162 (63.67% from 255) = 47.23%

R = 18.95%
G = 33.82%
B = 47.23%

CMYK

 C value IS 0.60

 M value IS 0.28

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4174A2 (or 0x4174A2) is known color: Lochmara. HEX triplet: 41, 74 and A2. RGB value is (65,116,162). Sum of RGB (Red+Green+Blue) = 65+116+162=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 162 (63.67% from 255 or 47.23% from 343); Max value from RGB is 162 - color contains mainly: blue. Hex color #4174A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4174A2 is #BE8B5D. Grayscale: #696969. Windows color (decimal): -12487518 or 10646593. OLE color: 10646593.

HSL color Cylindrical-coordinate representation of color #4174A2: hue angle of 208.45º degrees, saturation: 0.43, 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 #4174A2 is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 65 116 162 -
CMYK 0.60 0.28 0 0.36
HSL 208.45º 0.43% 0.45% -
HSV(B) 208.45º 0.6% 0.64% -
XYZ 14.95 16.22 36.53 -
YUV 106 159.6 98.76 -
System Red Green Blue C M Y K H S L
Decimal 65 116 162 0.60 0.28 0 0.36 208.45 0.43 0.45
Hex 41 74 A2 3C 1C 0 24 D0 2B 2D
Octal 101 164 242 74 34 0 44 320 53 55
Binary 1000001 1110100 10100010 111100 11100 0 100100 11010000 101011 101101

Color Harmonies of #4174A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4174A2

Black with #4174A2

Text Example


Text Example

White with #4174A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4174A2; }

 p { color: rgb(65,116,162); }

 H1.HeaderClassName
 {
   color: #4174A2;
 }
 .AnyTagClassName
 {
   color: #4174A2;
 }
</style>

background-color css

<style>
 a { background-color: #4174A2; }

 a { background-color: rgb(65,116,162); }

 div.DivClassName
 {
   background-color: #4174A2;
 }
 .BgClassName
 {
   background-color: #4174A2;
 }
</style>

border-color css

<style>
 span { border-color: #4174A2; }

 span { border-color: rgb(65,116,162); }

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