Html Css Color HEX #4190C7 Curious Blue

📋 copy color: '#4190C7'

red 65 ◦ green 144 ◦ blue 199

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

Shades of Curious Blue #4190C7

Tints of Curious Blue #4190C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 48.77%

R = 15.93%
G = 35.29%
B = 48.77%

CMYK

 C value IS 0.67

 M value IS 0.28

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#4190C7 (or 0x4190C7) is known color: Curious Blue. HEX triplet: 41, 90 and C7. RGB value is (65,144,199). Sum of RGB (Red+Green+Blue) = 65+144+199=408 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.93% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 199 (78.12% from 255 or 48.77% from 408); Max value from RGB is 199 - color contains mainly: blue. Hex color #4190C7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4190C7 is #BE6F38. Grayscale: #7E7E7E. Windows color (decimal): -12480313 or 13078593. OLE color: 13078593.

HSL color Cylindrical-coordinate representation of color #4190C7: hue angle of 204.63º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4190C7 is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 65 144 199 -
CMYK 0.67 0.28 0 0.22
HSL 204.63º 0.54% 0.52% -
HSV(B) 204.63º 0.67% 0.78% -
XYZ 22.46 25.19 57.71 -
YUV 126.65 168.83 84.03 -
System Red Green Blue C M Y K H S L
Decimal 65 144 199 0.67 0.28 0 0.22 204.63 0.54 0.52
Hex 41 90 C7 43 1C 0 16 CD 36 34
Octal 101 220 307 103 34 0 26 315 66 64
Binary 1000001 10010000 11000111 1000011 11100 0 10110 11001101 110110 110100

Color Harmonies of #4190C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4190C7

Black with #4190C7

Text Example


Text Example

White with #4190C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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