Html Css Color HEX #417198 Lochmara

📋 copy color: '#417198'

red 65 ◦ green 113 ◦ blue 152

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

Shades of Lochmara #417198

Tints of Lochmara #417198

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.24%

 BLUE value IS 152 (59.77% from 255) = 46.06%

R = 19.7%
G = 34.24%
B = 46.06%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#417198 (or 0x417198) is known color: Lochmara. HEX triplet: 41, 71 and 98. RGB value is (65,113,152). Sum of RGB (Red+Green+Blue) = 65+113+152=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 152 (59.77% from 255 or 46.06% from 330); Max value from RGB is 152 - color contains mainly: blue. Hex color #417198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417198 is #BE8E67. Grayscale: #666666. Windows color (decimal): -12488296 or 9990465. OLE color: 9990465.

HSL color Cylindrical-coordinate representation of color #417198: hue angle of 206.9º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #417198 is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 65 113 152 -
CMYK 0.57 0.26 0 0.40
HSL 206.9º 0.4% 0.43% -
HSV(B) 206.9º 0.57% 0.6% -
XYZ 13.75 15.2 31.92 -
YUV 103.09 155.6 100.83 -
System Red Green Blue C M Y K H S L
Decimal 65 113 152 0.57 0.26 0 0.40 206.9 0.4 0.43
Hex 41 71 98 39 1A 0 28 CF 28 2B
Octal 101 161 230 71 32 0 50 317 50 53
Binary 1000001 1110001 10011000 111001 11010 0 101000 11001111 101000 101011

Color Harmonies of #417198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417198

Black with #417198

Text Example


Text Example

White with #417198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417198; }

 p { color: rgb(65,113,152); }

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

background-color css

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

 a { background-color: rgb(65,113,152); }

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

border-color css

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

 span { border-color: rgb(65,113,152); }

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