Html Css Color HEX #4378A1 Lochmara

📋 copy color: '#4378A1'

red 67 ◦ green 120 ◦ blue 161

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

Shades of Lochmara #4378A1

Tints of Lochmara #4378A1

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.48%

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

R = 19.25%
G = 34.48%
B = 46.26%

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

#4378A1 (or 0x4378A1) is known color: Lochmara. HEX triplet: 43, 78 and A1. RGB value is (67,120,161). Sum of RGB (Red+Green+Blue) = 67+120+161=348 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.25% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 161 (63.28% from 255 or 46.26% from 348); Max value from RGB is 161 - color contains mainly: blue. Hex color #4378A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4378A1 is #BC875E. Grayscale: #6C6C6C. Windows color (decimal): -12355423 or 10582083. OLE color: 10582083.

HSL color Cylindrical-coordinate representation of color #4378A1: hue angle of 206.17º 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 #4378A1 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 67 120 161 -
CMYK 0.58 0.25 0 0.37
HSL 206.17º 0.41% 0.45% -
HSV(B) 206.17º 0.58% 0.63% -
XYZ 15.46 17.2 36.22 -
YUV 108.83 157.44 98.17 -
System Red Green Blue C M Y K H S L
Decimal 67 120 161 0.58 0.25 0 0.37 206.17 0.41 0.45
Hex 43 78 A1 3A 19 0 25 CE 29 2D
Octal 103 170 241 72 31 0 45 316 51 55
Binary 1000011 1111000 10100001 111010 11001 0 100101 11001110 101001 101101

Color Harmonies of #4378A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4378A1

Black with #4378A1

Text Example


Text Example

White with #4378A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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