Html Css Color HEX #417098 Lochmara

📋 copy color: '#417098'

red 65 ◦ green 112 ◦ blue 152

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

Shades of Lochmara #417098

Tints of Lochmara #417098

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.04%

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

R = 19.76%
G = 34.04%
B = 46.2%

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

#417098 (or 0x417098) is known color: Lochmara. HEX triplet: 41, 70 and 98. RGB value is (65,112,152). Sum of RGB (Red+Green+Blue) = 65+112+152=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 152 - color contains mainly: blue. Hex color #417098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417098 is #BE8F67. Grayscale: #666666. Windows color (decimal): -12488552 or 9990209. OLE color: 9990209.

HSL color Cylindrical-coordinate representation of color #417098: hue angle of 207.59º 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 #417098 is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 65 112 152 -
CMYK 0.57 0.26 0 0.40
HSL 207.59º 0.4% 0.43% -
HSV(B) 207.59º 0.57% 0.6% -
XYZ 13.64 14.98 31.88 -
YUV 102.51 155.93 101.25 -
System Red Green Blue C M Y K H S L
Decimal 65 112 152 0.57 0.26 0 0.40 207.59 0.4 0.43
Hex 41 70 98 39 1A 0 28 D0 28 2B
Octal 101 160 230 71 32 0 50 320 50 53
Binary 1000001 1110000 10011000 111001 11010 0 101000 11010000 101000 101011

Color Harmonies of #417098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417098

Black with #417098

Text Example


Text Example

White with #417098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417098; }

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

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

background-color css

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

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

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

border-color css

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

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

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