Html Css Color HEX #4190BD Curious Blue

📋 copy color: '#4190BD'

red 65 ◦ green 144 ◦ blue 189

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

Shades of Curious Blue #4190BD

Tints of Curious Blue #4190BD

RGB

 RED value IS 65 (25.78% from 255) = 16.33%

 GREEN value IS 144 (56.64% from 255) = 36.18%

 BLUE value IS 189 (74.22% from 255) = 47.49%

R = 16.33%
G = 36.18%
B = 47.49%

CMYK

 C value IS 0.66

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4190BD (or 0x4190BD) is known color: Curious Blue. HEX triplet: 41, 90 and BD. RGB value is (65,144,189). Sum of RGB (Red+Green+Blue) = 65+144+189=398 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.33% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #4190BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4190BD is #BE6F42. Grayscale: #7D7D7D. Windows color (decimal): -12480323 or 12423233. OLE color: 12423233.

HSL color Cylindrical-coordinate representation of color #4190BD: hue angle of 201.77º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4190BD is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 144 189 -
CMYK 0.66 0.24 0 0.26
HSL 201.77º 0.49% 0.5% -
HSV(B) 201.77º 0.66% 0.74% -
XYZ 21.34 24.74 51.8 -
YUV 125.51 163.83 84.84 -
System Red Green Blue C M Y K H S L
Decimal 65 144 189 0.66 0.24 0 0.26 201.77 0.49 0.5
Hex 41 90 BD 42 18 0 1A CA 31 32
Octal 101 220 275 102 30 0 32 312 61 62
Binary 1000001 10010000 10111101 1000010 11000 0 11010 11001010 110001 110010

Color Harmonies of #4190BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4190BD

Black with #4190BD

Text Example


Text Example

White with #4190BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4190BD; }

 p { color: rgb(65,144,189); }

 H1.HeaderClassName
 {
   color: #4190BD;
 }
 .AnyTagClassName
 {
   color: #4190BD;
 }
</style>

background-color css

<style>
 a { background-color: #4190BD; }

 a { background-color: rgb(65,144,189); }

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

border-color css

<style>
 span { border-color: #4190BD; }

 span { border-color: rgb(65,144,189); }

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