Html Css Color HEX #748BC4 Wild Blue Yonder

📋 copy color: '#748BC4'

red 116 ◦ green 139 ◦ blue 196

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

Shades of Wild Blue Yonder #748BC4

Tints of Wild Blue Yonder #748BC4

RGB

 RED value IS 116 (45.7% from 255) = 25.72%

 GREEN value IS 139 (54.69% from 255) = 30.82%

 BLUE value IS 196 (76.95% from 255) = 43.46%

R = 25.72%
G = 30.82%
B = 43.46%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#748BC4 (or 0x748BC4) is known color: Wild Blue Yonder. HEX triplet: 74, 8B and C4. RGB value is (116,139,196). Sum of RGB (Red+Green+Blue) = 116+139+196=451 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.72% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 196 (76.95% from 255 or 43.46% from 451); Max value from RGB is 196 - color contains mainly: blue. Hex color #748BC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748BC4 is #8B743B. Grayscale: #8A8A8A. Windows color (decimal): -9139260 or 12880756. OLE color: 12880756.

HSL color Cylindrical-coordinate representation of color #748BC4: hue angle of 222.75º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #748BC4 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 116 139 196 -
CMYK 0.41 0.29 0 0.23
HSL 222.75º 0.4% 0.61% -
HSV(B) 222.75º 0.41% 0.77% -
XYZ 26.4 26.16 55.88 -
YUV 138.62 160.38 111.87 -
System Red Green Blue C M Y K H S L
Decimal 116 139 196 0.41 0.29 0 0.23 222.75 0.4 0.61
Hex 74 8B C4 29 1D 0 17 DF 28 3D
Octal 164 213 304 51 35 0 27 337 50 75
Binary 1110100 10001011 11000100 101001 11101 0 10111 11011111 101000 111101

Color Harmonies of #748BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748BC4

Black with #748BC4

Text Example


Text Example

White with #748BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748BC4; }

 p { color: rgb(116,139,196); }

 H1.HeaderClassName
 {
   color: #748BC4;
 }
 .AnyTagClassName
 {
   color: #748BC4;
 }
</style>

background-color css

<style>
 a { background-color: #748BC4; }

 a { background-color: rgb(116,139,196); }

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

border-color css

<style>
 span { border-color: #748BC4; }

 span { border-color: rgb(116,139,196); }

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