Html Css Color HEX #4491CF Curious Blue

📋 copy color: '#4491CF'

red 68 ◦ green 145 ◦ blue 207

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

Shades of Curious Blue #4491CF

Tints of Curious Blue #4491CF

RGB

 RED value IS 68 (26.95% from 255) = 16.19%

 GREEN value IS 145 (57.03% from 255) = 34.52%

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

R = 16.19%
G = 34.52%
B = 49.29%

CMYK

 C value IS 0.67

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4491CF (or 0x4491CF) is known color: Curious Blue. HEX triplet: 44, 91 and CF. RGB value is (68,145,207). Sum of RGB (Red+Green+Blue) = 68+145+207=420 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.19% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #4491CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4491CF is #BB6E30. Grayscale: #808080. Windows color (decimal): -12283441 or 13603140. OLE color: 13603140.

HSL color Cylindrical-coordinate representation of color #4491CF: hue angle of 206.76º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4491CF is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 68 145 207 -
CMYK 0.67 0.30 0 0.19
HSL 206.76º 0.59% 0.54% -
HSV(B) 206.76º 0.67% 0.81% -
XYZ 23.77 25.98 62.79 -
YUV 129.05 171.99 84.46 -
System Red Green Blue C M Y K H S L
Decimal 68 145 207 0.67 0.30 0 0.19 206.76 0.59 0.54
Hex 44 91 CF 43 1E 0 13 CF 3B 36
Octal 104 221 317 103 36 0 23 317 73 66
Binary 1000100 10010001 11001111 1000011 11110 0 10011 11001111 111011 110110

Color Harmonies of #4491CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4491CF

Black with #4491CF

Text Example


Text Example

White with #4491CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4491CF; }

 p { color: rgb(68,145,207); }

 H1.HeaderClassName
 {
   color: #4491CF;
 }
 .AnyTagClassName
 {
   color: #4491CF;
 }
</style>

background-color css

<style>
 a { background-color: #4491CF; }

 a { background-color: rgb(68,145,207); }

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

border-color css

<style>
 span { border-color: #4491CF; }

 span { border-color: rgb(68,145,207); }

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