Html Css Color HEX #41857B Lochinvar

📋 copy color: '#41857B'

red 65 ◦ green 133 ◦ blue 123

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

Shades of Lochinvar #41857B

Tints of Lochinvar #41857B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.43%

 BLUE value IS 123 (48.44% from 255) = 38.32%

R = 20.25%
G = 41.43%
B = 38.32%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#41857B (or 0x41857B) is known color: Lochinvar. HEX triplet: 41, 85 and 7B. RGB value is (65,133,123). Sum of RGB (Red+Green+Blue) = 65+133+123=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 133 - color contains mainly: green. Hex color #41857B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41857B is #BE7A84. Grayscale: #6F6F6F. Windows color (decimal): -12483205 or 8095041. OLE color: 8095041.

HSL color Cylindrical-coordinate representation of color #41857B: hue angle of 171.18º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #41857B is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 133 123 -
CMYK 0.51 0 0.08 0.48
HSL 171.18º 0.34% 0.39% -
HSV(B) 171.18º 0.51% 0.52% -
XYZ 14.14 19.33 21.72 -
YUV 111.53 134.47 94.81 -
System Red Green Blue C M Y K H S L
Decimal 65 133 123 0.51 0 0.08 0.48 171.18 0.34 0.39
Hex 41 85 7B 33 0 8 30 AB 22 27
Octal 101 205 173 63 0 10 60 253 42 47
Binary 1000001 10000101 1111011 110011 0 1000 110000 10101011 100010 100111

Color Harmonies of #41857B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41857B

Black with #41857B

Text Example


Text Example

White with #41857B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41857B; }

 p { color: rgb(65,133,123); }

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

background-color css

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

 a { background-color: rgb(65,133,123); }

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

border-color css

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

 span { border-color: rgb(65,133,123); }

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