Html Css Color HEX #4A75BE Havelock Blue

📋 copy color: '#4A75BE'

red 74 ◦ green 117 ◦ blue 190

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

Shades of Havelock Blue #4A75BE

Tints of Havelock Blue #4A75BE

RGB

 RED value IS 74 (29.3% from 255) = 19.42%

 GREEN value IS 117 (46.09% from 255) = 30.71%

 BLUE value IS 190 (74.61% from 255) = 49.87%

R = 19.42%
G = 30.71%
B = 49.87%

CMYK

 C value IS 0.61

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4A75BE (or 0x4A75BE) is known color: Havelock Blue. HEX triplet: 4A, 75 and BE. RGB value is (74,117,190). Sum of RGB (Red+Green+Blue) = 74+117+190=381 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.42% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #4A75BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A75BE is #B58A41. Grayscale: #707070. Windows color (decimal): -11897410 or 12481866. OLE color: 12481866.

HSL color Cylindrical-coordinate representation of color #4A75BE: hue angle of 217.76º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A75BE is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 117 190 -
CMYK 0.61 0.38 0 0.25
HSL 217.76º 0.47% 0.52% -
HSV(B) 217.76º 0.61% 0.75% -
XYZ 18.48 17.9 51.2 -
YUV 112.47 171.75 100.56 -
System Red Green Blue C M Y K H S L
Decimal 74 117 190 0.61 0.38 0 0.25 217.76 0.47 0.52
Hex 4A 75 BE 3D 26 0 19 DA 2F 34
Octal 112 165 276 75 46 0 31 332 57 64
Binary 1001010 1110101 10111110 111101 100110 0 11001 11011010 101111 110100

Color Harmonies of #4A75BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A75BE

Black with #4A75BE

Text Example


Text Example

White with #4A75BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A75BE; }

 p { color: rgb(74,117,190); }

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

background-color css

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

 a { background-color: rgb(74,117,190); }

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

border-color css

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

 span { border-color: rgb(74,117,190); }

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