Html Css Color HEX #4A75CB Havelock Blue

📋 copy color: '#4A75CB'

red 74 ◦ green 117 ◦ blue 203

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

Shades of Havelock Blue #4A75CB

Tints of Havelock Blue #4A75CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.52%

R = 18.78%
G = 29.7%
B = 51.52%

CMYK

 C value IS 0.64

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4A75CB (or 0x4A75CB) is known color: Havelock Blue. HEX triplet: 4A, 75 and CB. RGB value is (74,117,203). Sum of RGB (Red+Green+Blue) = 74+117+203=394 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.78% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #4A75CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A75CB is #B58A34. Grayscale: #717171. Windows color (decimal): -11897397 or 13333834. OLE color: 13333834.

HSL color Cylindrical-coordinate representation of color #4A75CB: hue angle of 220º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A75CB is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 74 117 203 -
CMYK 0.64 0.42 0 0.20
HSL 220º 0.55% 0.54% -
HSV(B) 220º 0.64% 0.8% -
XYZ 19.96 18.49 59.02 -
YUV 113.95 178.25 99.51 -
System Red Green Blue C M Y K H S L
Decimal 74 117 203 0.64 0.42 0 0.20 220 0.55 0.54
Hex 4A 75 CB 40 2A 0 14 DC 37 36
Octal 112 165 313 100 52 0 24 334 67 66
Binary 1001010 1110101 11001011 1000000 101010 0 10100 11011100 110111 110110

Color Harmonies of #4A75CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A75CB

Black with #4A75CB

Text Example


Text Example

White with #4A75CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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