Html Css Color HEX #4B7ACF Havelock Blue

📋 copy color: '#4B7ACF'

red 75 ◦ green 122 ◦ blue 207

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

Shades of Havelock Blue #4B7ACF

Tints of Havelock Blue #4B7ACF

RGB

 RED value IS 75 (29.69% from 255) = 18.56%

 GREEN value IS 122 (48.05% from 255) = 30.2%

 BLUE value IS 207 (81.25% from 255) = 51.24%

R = 18.56%
G = 30.2%
B = 51.24%

CMYK

 C value IS 0.64

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4B7ACF (or 0x4B7ACF) is known color: Havelock Blue. HEX triplet: 4B, 7A and CF. RGB value is (75,122,207). Sum of RGB (Red+Green+Blue) = 75+122+207=404 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.56% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #4B7ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7ACF is #B48530. Grayscale: #757575. Windows color (decimal): -11830577 or 13597259. OLE color: 13597259.

HSL color Cylindrical-coordinate representation of color #4B7ACF: hue angle of 218.64º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B7ACF is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 75 122 207 -
CMYK 0.64 0.41 0 0.19
HSL 218.64º 0.58% 0.55% -
HSV(B) 218.64º 0.64% 0.81% -
XYZ 21.12 19.92 61.76 -
YUV 117.64 178.43 97.59 -
System Red Green Blue C M Y K H S L
Decimal 75 122 207 0.64 0.41 0 0.19 218.64 0.58 0.55
Hex 4B 7A CF 40 29 0 13 DB 3A 37
Octal 113 172 317 100 51 0 23 333 72 67
Binary 1001011 1111010 11001111 1000000 101001 0 10011 11011011 111010 110111

Color Harmonies of #4B7ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7ACF

Black with #4B7ACF

Text Example


Text Example

White with #4B7ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,122,207); }

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

background-color css

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

 a { background-color: rgb(75,122,207); }

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

border-color css

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

 span { border-color: rgb(75,122,207); }

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