Html Css Color HEX #4B74BC Havelock Blue

📋 copy color: '#4B74BC'

red 75 ◦ green 116 ◦ blue 188

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

Shades of Havelock Blue #4B74BC

Tints of Havelock Blue #4B74BC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.61%

 BLUE value IS 188 (73.83% from 255) = 49.6%

R = 19.79%
G = 30.61%
B = 49.6%

CMYK

 C value IS 0.60

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4B74BC (or 0x4B74BC) is known color: Havelock Blue. HEX triplet: 4B, 74 and BC. RGB value is (75,116,188). Sum of RGB (Red+Green+Blue) = 75+116+188=379 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.79% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #4B74BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B74BC is #B48B43. Grayscale: #6F6F6F. Windows color (decimal): -11832132 or 12350539. OLE color: 12350539.

HSL color Cylindrical-coordinate representation of color #4B74BC: hue angle of 218.23º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B74BC is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 75 116 188 -
CMYK 0.60 0.38 0 0.26
HSL 218.23º 0.46% 0.52% -
HSV(B) 218.23º 0.6% 0.74% -
XYZ 18.22 17.62 50.02 -
YUV 111.95 170.92 101.65 -
System Red Green Blue C M Y K H S L
Decimal 75 116 188 0.60 0.38 0 0.26 218.23 0.46 0.52
Hex 4B 74 BC 3C 26 0 1A DA 2E 34
Octal 113 164 274 74 46 0 32 332 56 64
Binary 1001011 1110100 10111100 111100 100110 0 11010 11011010 101110 110100

Color Harmonies of #4B74BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B74BC

Black with #4B74BC

Text Example


Text Example

White with #4B74BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,116,188); }

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

background-color css

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

 a { background-color: rgb(75,116,188); }

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

border-color css

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

 span { border-color: rgb(75,116,188); }

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