Html Css Color HEX #4379A1 Lochmara

📋 copy color: '#4379A1'

red 67 ◦ green 121 ◦ blue 161

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

Shades of Lochmara #4379A1

Tints of Lochmara #4379A1

RGB

 RED value IS 67 (26.56% from 255) = 19.2%

 GREEN value IS 121 (47.66% from 255) = 34.67%

 BLUE value IS 161 (63.28% from 255) = 46.13%

R = 19.2%
G = 34.67%
B = 46.13%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#4379A1 (or 0x4379A1) is known color: Lochmara. HEX triplet: 43, 79 and A1. RGB value is (67,121,161). Sum of RGB (Red+Green+Blue) = 67+121+161=349 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.20% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 161 (63.28% from 255 or 46.13% from 349); Max value from RGB is 161 - color contains mainly: blue. Hex color #4379A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4379A1 is #BC865E. Grayscale: #6D6D6D. Windows color (decimal): -12355167 or 10582339. OLE color: 10582339.

HSL color Cylindrical-coordinate representation of color #4379A1: hue angle of 205.53º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4379A1 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 67 121 161 -
CMYK 0.58 0.25 0 0.37
HSL 205.53º 0.41% 0.45% -
HSV(B) 205.53º 0.58% 0.63% -
XYZ 15.59 17.44 36.26 -
YUV 109.41 157.11 97.75 -
System Red Green Blue C M Y K H S L
Decimal 67 121 161 0.58 0.25 0 0.37 205.53 0.41 0.45
Hex 43 79 A1 3A 19 0 25 CE 29 2D
Octal 103 171 241 72 31 0 45 316 51 55
Binary 1000011 1111001 10100001 111010 11001 0 100101 11001110 101001 101101

Color Harmonies of #4379A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4379A1

Black with #4379A1

Text Example


Text Example

White with #4379A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4379A1; }

 p { color: rgb(67,121,161); }

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

background-color css

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

 a { background-color: rgb(67,121,161); }

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

border-color css

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

 span { border-color: rgb(67,121,161); }

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